Share via


NdisInitializeEvent

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

NdisResetEvent
NdisSetEvent
NdisWaitEvent
NdisFreeEvent