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 is called to deallocate an event allocated with an earlier call to NdisInitializeEvent.
VOID NdisFreeEvent(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.
This function is defined for Windows CE only.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
NdisResetEvent | NdisSetEvent | NdisWaitEvent | NdisInitializeEvent
Send Feedback on this topic to the authors