Share via


NdisSetEvent (Windows CE 5.0)

Send Feedback

This function sets a given event to the Signaled state if it was not already signaled.

VOID NdisSetEvent(PNDIS_EVENTEvent);

Parameters

  • Event
    [in] Points to an initialized event object for which the caller provides the storage.

Return Values

None.

Remarks

When an event attains the Signaled state, it causes waits on the event to be satisfied and any waiters to be dispatched for execution.

After a call to NdisSetEvent, the event remains in the Signaled state until the driver calls NdisResetEvent.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.

See Also

NdisInitializeEvent | NdisResetEvent | NdisWaitEvent

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.