PRB: PostMessage() Returns 0, Indicating Failure

ID: Q36584

The information in this article applies to:

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:

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 
Issue type        : kbprb

Last Reviewed: January 3, 1999