You are reading help file online using chmlib.com
|
ISpEventSink::AddEvents adds events directly to an event sink.
HRESULT AddEvents(
const SPEVENT *pEventArray,
ULONG ulCount
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | pEventArray is bad or invalid |
| FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|