Share via


CeNotifyPublic_UIWndProc (Windows Embedded CE 6.0)

1/6/2010

This function is the window callback routine that you provide for the notification subsystem. This window is used for communication by the base notification subsystem.

Syntax

LRESULT CALLBACK CeNotifyPublic_UIWndProc(
  HWND hWnd,
  UINT message,
  WPARAM wParam,
  LPARAM lParam
);

Parameters

  • hWnd
    Handle to the window.
  • message
    Specifies the message.
  • wParam
    Specifies additional message information. The content of this parameter depends on the value of message.
  • lParam
    Specifies additional message information. The content of this parameter depends on the value of message.

Return Value

The return value is the result of message processing and depends on the message sent.

Requirements

Header Notifext.hxx
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Notification Functions