NDIS Event Interface (Compact 2013)
3/26/2014
This section describes NDIS event interfaces.
In This Section
- NdisInitializeEvent
Creates and initializes an event which can be used to synchronize driver functions.
- NdisResetEvent
Signals the specified event.
- NdisSetEvent
Resets the specified event to the unsignaled state.
- NdisWaitEvent
Causes the caller to wait until the specified event is signaled or the specified time interval expires.