GetEventData (Compact 2013)

3/28/2014

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

See Also

Reference

Kernel Functions
CreateEvent
SetEventData