Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.