ReactOS 0.4.15-dev-8061-g57b775e
netpnp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _NET_PNP_EVENT
 

Macros

#define __NET_PNP__
 

Typedefs

typedef enum _NET_DEVICE_POWER_STATE NET_DEVICE_POWER_STATE
 
typedef enum _NET_DEVICE_POWER_STATEPNET_DEVICE_POWER_STATE
 
typedef enum _NET_PNP_EVENT_CODE NET_PNP_EVENT_CODE
 
typedef enum _NET_PNP_EVENT_CODEPNET_PNP_EVENT_CODE
 
typedef struct _NET_PNP_EVENT NET_PNP_EVENT
 
typedef struct _NET_PNP_EVENTPNET_PNP_EVENT
 

Enumerations

enum  _NET_DEVICE_POWER_STATE {
  NetDeviceStateUnspecified = 0 , NetDeviceStateD0 , NetDeviceStateD1 , NetDeviceStateD2 ,
  NetDeviceStateD3 , NetDeviceStateMaximum
}
 
enum  _NET_PNP_EVENT_CODE {
  NetEventSetPower , NetEventQueryPower , NetEventQueryRemoveDevice , NetEventCancelRemoveDevice ,
  NetEventReconfigure , NetEventBindList , NetEventBindsComplete , NetEventPnPCapabilities ,
  NetEventPause , NetEventRestart , NetEventPortActivation , NetEventPortDeactivation ,
  NetEventIMReEnableDevice , NetEventMaximum
}
 

Macro Definition Documentation

◆ __NET_PNP__

#define __NET_PNP__

Definition at line 3 of file netpnp.h.

Typedef Documentation

◆ NET_DEVICE_POWER_STATE

◆ NET_PNP_EVENT

◆ NET_PNP_EVENT_CODE

◆ PNET_DEVICE_POWER_STATE

◆ PNET_PNP_EVENT

◆ PNET_PNP_EVENT_CODE

Enumeration Type Documentation

◆ _NET_DEVICE_POWER_STATE

Enumerator
NetDeviceStateUnspecified 
NetDeviceStateD0 
NetDeviceStateD1 
NetDeviceStateD2 
NetDeviceStateD3 
NetDeviceStateMaximum 

Definition at line 5 of file netpnp.h.

5 {
enum _NET_DEVICE_POWER_STATE * PNET_DEVICE_POWER_STATE
@ NetDeviceStateD2
Definition: netpnp.h:9
@ NetDeviceStateD1
Definition: netpnp.h:8
@ NetDeviceStateMaximum
Definition: netpnp.h:11
@ NetDeviceStateUnspecified
Definition: netpnp.h:6
@ NetDeviceStateD3
Definition: netpnp.h:10
@ NetDeviceStateD0
Definition: netpnp.h:7
enum _NET_DEVICE_POWER_STATE NET_DEVICE_POWER_STATE

◆ _NET_PNP_EVENT_CODE

Enumerator
NetEventSetPower 
NetEventQueryPower 
NetEventQueryRemoveDevice 
NetEventCancelRemoveDevice 
NetEventReconfigure 
NetEventBindList 
NetEventBindsComplete 
NetEventPnPCapabilities 
NetEventPause 
NetEventRestart 
NetEventPortActivation 
NetEventPortDeactivation 
NetEventIMReEnableDevice 
NetEventMaximum 

Definition at line 14 of file netpnp.h.

14 {
enum _NET_PNP_EVENT_CODE NET_PNP_EVENT_CODE
enum _NET_PNP_EVENT_CODE * PNET_PNP_EVENT_CODE
@ NetEventBindList
Definition: netpnp.h:20
@ NetEventMaximum
Definition: netpnp.h:28
@ NetEventSetPower
Definition: netpnp.h:15
@ NetEventPnPCapabilities
Definition: netpnp.h:22
@ NetEventQueryRemoveDevice
Definition: netpnp.h:17
@ NetEventPortDeactivation
Definition: netpnp.h:26
@ NetEventReconfigure
Definition: netpnp.h:19
@ NetEventPause
Definition: netpnp.h:23
@ NetEventBindsComplete
Definition: netpnp.h:21
@ NetEventPortActivation
Definition: netpnp.h:25
@ NetEventIMReEnableDevice
Definition: netpnp.h:27
@ NetEventCancelRemoveDevice
Definition: netpnp.h:18
@ NetEventRestart
Definition: netpnp.h:24
@ NetEventQueryPower
Definition: netpnp.h:16