4 references to PeekMessage
Microsoft.Private.Windows.Core (4)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
756
/// <inheritdoc cref="
PeekMessage
(winmdroot.UI.WindowsAndMessaging.MSG*, winmdroot.Foundation.HWND, uint, uint, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE)"/>
762
winmdroot.Foundation.BOOL __result = PInvokeCore.
PeekMessage
(lpMsgLocal, hWnd, wMsgFilterMin, wMsgFilterMax, wRemoveMsg);
Windows\Win32\PInvokeCore.PeekMessage.cs (2)
8
/// <inheritdoc cref="
PeekMessage
(MSG*, HWND, uint, uint, PEEK_MESSAGE_REMOVE_TYPE)"/>
17
BOOL result =
PeekMessage
(lpMsg, hWnd.Handle, wMsgFilterMin, wMsgFilterMax, wRemoveMsg);