Share via


GetEventData (Windows CE 5.0)

Send Feedback

This function retrieves data associated with an event.

DWORDGetEventData( HANDLE hEvent);

Parameters

  • hEvent
    [in] Handle to an event that was created with CreateEvent.

Return Values

Returns the data stored by the previous call to SetEventData.

If the return value is zero, then you must call GetLastError to determine if the function call failed.

If a failure did not occur, the return value is the data associated with the event.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.
Link Library: Coredll.lib.

See Also

CreateEvent | SetEventData

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.