GetEventData (Windows Embedded CE 6.0)
1/6/2010
This function obtains data associated with an event.
Syntax
DWORD GetEventData(
HANDLE hEvent
);
Parameters
- hEvent
[in] Handle to an event that was created with CreateEvent.
Return Value
Data associated with the event stored by the previous call to SetEventData indicates success. Zero indicates failure. Call GetLastError for extended error information.
Requirements
Header | pkfuncs.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |