WPUPostMessage

The WPUPostMessage function performs the standard Win32 PostMessage function in a way that maintains backward compatibility with older versions of WSOCK32.DLL.

BOOL WPUPostMessage (
  HWND hWnd,      
  UINT Msg,       
  WPARAM wParam,  
  LPARAM lParam   
);
 

Parameters

hWnd
[in] The handle to the window that will receive the message.
Msg
[in] The message that will be posted.
wParam
[in] The first parameter containing additional message-specific information.
lParam
[in] The second paramter containing additional message-specific information.

Return Values

If no error occurs, WPUPostMessage returns the TRUE value. Otherwise, the FALSE value is returned.

QuickInfo

  Windows NT: Yes
  Windows: Yes
  Windows CE: Unsupported.
  Header: Declared in ws2spi.h.