Freigeben über


WPUPostMessage Function

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

Syntax

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

Parameter

  • hWnd [in]
    Handle to the window that will receive the message.

  • Msg [in]
    Message that will be posted.

  • wParam [in]
    First parameter containing additional message-specific information.

  • lParam [in]
    Second parameter containing additional message-specific information.

Rückgabewert

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

Anforderungen

Mindestens unterstützter Client

Windows 2000 Professional

Mindestens unterstützter Server

Windows 2000 Server

Header

Ws2spi.h