NdisInitializeEvent (Windows Embedded CE 6.0)
1/6/2010
This function sets up an event object during driver initialization to be used subsequently as a synchronization mechanism.
Syntax
VOID NdisInitializeEvent(
PNDIS_EVENT Event
);
Parameters
- Event
[in] Points to caller-supplied storage for the event object, which is opaque to drivers.
Return Value
None.
Remarks
The Event pointer passed to NdisInitializeEvent is a required parameter to all other NdisXXXEvent functions.
Requirements
Header | ndis.h |
Library | ndis.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
NDIS Library Functions
NdisResetEvent
NdisSetEvent
NdisWaitEvent
NdisFreeEvent