Platform SDK: Windows Sockets |
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 );
If no error occurs, WPUPostMessage returns the TRUE value. Otherwise, the FALSE value is returned.
Version: Requires Windows Sockets 2.0.
Header: Declared in Ws2spi.h.