NdisInitializeEvent
This function sets up an event object during driver initialization to be used subsequently as a synchronization mechanism.
VOID NdisInitializeEvent(
PNDIS_EVENT Event
);
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.
See Also
NdisResetEvent | NdisSetEvent | NdisWaitEvent | NdisFreeEvent
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.