Share via


ISpNotifySink::Notify

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method notifies the notify sink that the state of the notify source has changed. It is called by ISpNotifySource.

The only method that can be called on an event source object is ISpEventSource::GetEvents. The ISpNotifySink::Notify method should only use some mechanism to 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.

Syntax

HRESULT Notify(void);

Parameters

None.

Return Value

The following table shows the possible return values.

Value Description

S_OK

Function completed successfully.

FAILED(hr)

Appropriate error message.

Requirements

Header sapi.h, sapi.idl
Library sapilib.lib
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

ISpNotifySink
SAPI Interfaces