PRB: When PostMessage() Returns 0, Indicating Failure

ID: Q36584


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) versions 3.1, 3.0


SYMPTOMS

PostMessage(hWnd,wMsg,wParam,lParam) returns 0, indicating failure.


CAUSE

PostMessage(hWnd,wMsg,wParam,lParam) returns 0, indicating failure, for one of the following two reasons:

  • The window handle (hWnd parameter to PostMessage()) receiving the message is -1. If this is the case, the message (wMsg) is broadcast to all windows.


  • The window to receive the message has a full application queue.


Note that PostMessage() does not return NULL if the hWnd parameter in the PostMessage() call is an invalid window handle. Also note that IsWindow() can be called to verify whether a given handle is indeed a valid window handle.

Additional query words:

Keywords : kb16bitonly kbSDKPlatform kbGrpUser kbWndw kbWndwMsg
Version : WINDOWS:3.0,3.1
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: November 4, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.