You are reading help file online using chmlib.com
|
ISpNotifySink::Notify is called by an ISpNotifySource object to notify the sink when the state of the notify source has changed.
HRESULT Notify ( void );
None
Value | Description |
---|---|
S_OK | Function completed successfully. |
FAILED(hr) | Object failed notification. |
The only interface that can be called on an event source object is ISpEventSource::GetEvents. The Notify() method should only signal another thread to process the notification (for example, a Win32 event or an I/O completion port), and if needed, call ISpEventSource::GetEvents. Do not call any other methods.
You are reading help file online using chmlib.com
|