NDIS Event Interface (NDIS 5.1)

Note   NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.

NdisInitializeEventcreates and initializes an event which can be used to synchronize driver Functions.

NdisSetEventsignals the specified event.

NdisResetEvent resets the specified event to the unsignaled state.

NdisWaitEventcauses the caller to wait until the specified event is signaled or the specified time interval expires.

This section includes:

NdisInitializeEvent (NDIS 5.1)

NdisResetEvent (NDIS 5.1)

NdisSetEvent (NDIS 5.1)

NdisWaitEvent (NDIS 5.1)

 

 

Send comments about this topic to Microsoft