ISpNotifyCallback::NotifyCallback (Windows CE 5.0)

Send Feedback

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

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.