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