_generated\0\LibraryImports.g.cs (15)
66public static partial int DispatchMessageW(ref global::Interop.User32.MSG msg)
70fixed (global::Interop.User32.MSG* __msg_native = &msg)
78static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native);
88public static partial bool GetClassInfoW(nint hInst, string lpszClass, ref global::Interop.User32.WNDCLASS wc)
93fixed (global::Interop.User32.WNDCLASS* __wc_native = &wc)
104static extern unsafe int __PInvoke(nint __hInst_native, ushort* __lpszClass_native, global::Interop.User32.WNDCLASS* __wc_native);
114public static partial int GetMessageW(ref global::Interop.User32.MSG msg, nint hwnd, int msgMin, int msgMax)
118fixed (global::Interop.User32.MSG* __msg_native = &msg)
126static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native, nint __hwnd_native, int __msgMin_native, int __msgMax_native);
251public static partial short RegisterClassW(ref global::Interop.User32.WNDCLASS wc)
256fixed (global::Interop.User32.WNDCLASS* __wc_native = &wc)
267static extern unsafe short __PInvoke(global::Interop.User32.WNDCLASS* __wc_native);
347public static partial bool TranslateMessage(ref global::Interop.User32.MSG msg)
352fixed (global::Interop.User32.MSG* __msg_native = &msg)
362static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native);