ISpEventSource::GetInfo (Windows CE 5.0)
This method gets information about the event queue.
HRESULT GetInfo( SPEVENTSOURCEINFO* pInfo);
Parameters
- pInfo
[out] Pointer to an SPEVENTSOURCEINFO structure containing information about the event queue.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pInfo is invalid. |
FAILED(hr) | Appropriate error message. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
Link Library: Sapilib.lib.
See Also
ISpEventSource | SAPI Interfaces
Send Feedback on this topic to the authors