Share via


CeNotifyPublic_UIWndProc (Windows CE 5.0)

Send Feedback

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.

LRESULT CALLBACK CeNotifyPublic_UIWndProc(HWNDhWnd,UINTmessage,WPARAMwParam,LPARAMlParam);

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 Values

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

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.