Share via


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

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

See Also

Reference

ISpNotifyCallback
SAPI Interfaces