ISpNotifyCallback::NotifyCallback
This method receives notifications. It is implemented by the client of the SpEventSource object. The client should examine the appropriate event source object for events.
HRESULT NotifyCallback(
WPARAM wParam,
LPARAM lParam
);
Parameters
- wParam
[in] The wParam value specified by the client in a call to ISpNotifySource::SetNotifyCallbackInterface. - lParam
[in] The lParam value specified by the client in a call to ISpNotifySource::SetNotifyCallbackInterface.
Return Values
Clients should return S_OK. Other values can be used for debugging purposes, but will be ignored by SpEventSource objects.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
Link Library: Sapilib.lib.
See Also
ISpNotifyCallback | SAPI Interfaces
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.