CeNotifyPublic_UIWndProc
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(
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 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.
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.