ReactOS 0.4.15-dev-7934-g1dc8d80
_MINIPORT_RESOURCE Struct Reference

#include <miniport.h>

Collaboration diagram for _MINIPORT_RESOURCE:

Public Attributes

LIST_ENTRY ListEntry
 
ULONG ResourceType
 
PVOID Resource
 

Detailed Description

Definition at line 43 of file miniport.h.

Member Data Documentation

◆ ListEntry

LIST_ENTRY _MINIPORT_RESOURCE::ListEntry

Definition at line 44 of file miniport.h.

Referenced by NdisReadConfiguration(), and NdisReadNetworkAddress().

◆ Resource

PVOID _MINIPORT_RESOURCE::Resource

Definition at line 46 of file miniport.h.

Referenced by NdisReadConfiguration(), and NdisReadNetworkAddress().

◆ ResourceType

ULONG _MINIPORT_RESOURCE::ResourceType

Definition at line 45 of file miniport.h.

Referenced by NdisReadConfiguration(), and NdisReadNetworkAddress().


The documentation for this struct was generated from the following file: