You are reading help file online using chmlib.com
|
ISpEventSource::GetInfo retrieves information about the event queue.
HRESULT GetInfo(
SPEVENTSOURCEINFO *pInfo
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_POINTER | pInfo is invalid. |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|