IWSDAsyncResult::GetEvent (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |