ISpNotifyCallback::NotifyCallback (Windows Embedded CE 6.0)
1/6/2010
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.
Syntax
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 Value
Clients should return S_OK. Other values can be used for debugging purposes, but will be ignored by SpEventSource objects.
Requirements
Header | sapi.h, sapi.idl |
Library | sapilib.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |