NdisFreeEvent (Windows Embedded CE 6.0)

1/6/2010

This function is called to deallocate an event allocated with an earlier call to NdisInitializeEvent.

Syntax

VOID NdisFreeEvent(
  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.

This function is defined for Windows Embedded CE only.

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
NdisInitializeEvent