ISpNotifySink::Notify (Windows CE 5.0)

Send Feedback

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.

HRESULT Notify(void);

Parameters

None.

Return Values

The following table shows the possible return values.

Value Description
S_OK Function completed successfully.
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

ISpNotifySink | SAPI Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.