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.
This function sets up an event object during driver initialization to be used subsequently as a synchronization mechanism.
VOID NdisInitializeEvent(PNDIS_EVENTEvent);
Parameters
- Event
[in] Points to caller-supplied storage for the event object, which is opaque to drivers.
Return Values
None.
Remarks
The Event pointer passed to NdisInitializeEvent is a required parameter to all other NdisXXXEvent functions.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
NdisResetEvent | NdisSetEvent | NdisWaitEvent | NdisFreeEvent
Send Feedback on this topic to the authors