2 references to PostMessage
Microsoft.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.PostMessage.cs (2)
8
/// <inheritdoc cref="
PostMessage
(HWND, uint, WPARAM, LPARAM)"/>
16
BOOL result =
PostMessage
(hWnd.Handle, (uint)Msg, wParam, lParam);