6 references to MSG
Microsoft.Private.Windows.Core (6)
Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
756
/// <inheritdoc cref="PeekMessage(winmdroot.UI.WindowsAndMessaging.
MSG
*, winmdroot.Foundation.HWND, uint, uint, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE)"/>
758
internal static unsafe winmdroot.Foundation.BOOL PeekMessage(out winmdroot.UI.WindowsAndMessaging.
MSG
lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE wRemoveMsg)
760
fixed (winmdroot.UI.WindowsAndMessaging.
MSG
* lpMsgLocal = &lpMsg)
796
internal static extern unsafe winmdroot.Foundation.BOOL PeekMessage(winmdroot.UI.WindowsAndMessaging.
MSG
* lpMsg, winmdroot.Foundation.HWND hWnd, uint wMsgFilterMin, uint wMsgFilterMax, winmdroot.UI.WindowsAndMessaging.PEEK_MESSAGE_REMOVE_TYPE wRemoveMsg);
Windows\Win32\PInvokeCore.PeekMessage.cs (2)
8
/// <inheritdoc cref="PeekMessage(
MSG
*, HWND, uint, uint, PEEK_MESSAGE_REMOVE_TYPE)"/>
10
MSG
* lpMsg,