1 instantiation of MSG
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
1562
NativeMethods.MSG msg = new NativeMethods.
MSG
();
4 references to MSG
System (4)
compmod\microsoft\win32\SystemEvents.cs (1)
1562
NativeMethods.
MSG
msg = new NativeMethods.MSG();
compmod\microsoft\win32\UnsafeNativeMethods.cs (3)
163
public static extern int DispatchMessage([In] ref NativeMethods.
MSG
msg);
167
public static extern bool PeekMessage([In, Out] ref NativeMethods.
MSG
msg, HandleRef hwnd, int msgMin, int msgMax, int remove);
178
public static extern bool TranslateMessage([In, Out] ref NativeMethods.
MSG
msg);