NdisFreeEvent (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.