IWSDAsyncResult::GetEvent (Compact 2013)
3/26/2014
This method retrieves a WSD_EVENT structure that contains the result of the event.
Syntax
HRESULT GetEvent(
WSD_EVENT* pEvent
);
Parameters
- pEvent
[out] Reference to a WSD_EVENT structure that provides data about the event.
Return Value
The following table shows the possible error code return values.
Error code |
Description |
---|---|
S_OK |
This method completed successfully. |
E_POINTER |
pEvent is NULL. |
Remarks
This method should only be called by generated code. For information on generated code, see this Microsoft Web site.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |