ReactOS 0.4.16-dev-197-g92996da
|
#include <miniport.h>
Public Attributes | |
LIST_ENTRY | ListEntry |
ULONG | ResourceType |
PVOID | Resource |
Definition at line 43 of file miniport.h.
LIST_ENTRY _MINIPORT_RESOURCE::ListEntry |
Definition at line 44 of file miniport.h.
Referenced by NdisReadConfiguration(), and NdisReadNetworkAddress().
PVOID _MINIPORT_RESOURCE::Resource |
Definition at line 46 of file miniport.h.
Referenced by NdisReadConfiguration(), and NdisReadNetworkAddress().
ULONG _MINIPORT_RESOURCE::ResourceType |
Definition at line 45 of file miniport.h.
Referenced by NdisReadConfiguration(), and NdisReadNetworkAddress().