_generated\0\LibraryImports.g.cs (15)
68public static partial int DispatchMessageW(ref global::Interop.User32.MSG msg)
72fixed (global::Interop.User32.MSG* __msg_native = &msg)
81static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native);
91public static partial bool GetClassInfoW(nint hInst, string lpszClass, ref global::Interop.User32.WNDCLASS wc)
96fixed (global::Interop.User32.WNDCLASS* __wc_native = &wc)
108static extern unsafe int __PInvoke(nint __hInst_native, ushort* __lpszClass_native, global::Interop.User32.WNDCLASS* __wc_native);
118public static partial int GetMessageW(ref global::Interop.User32.MSG msg, nint hwnd, int msgMin, int msgMax)
122fixed (global::Interop.User32.MSG* __msg_native = &msg)
131static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native, nint __hwnd_native, int __msgMin_native, int __msgMax_native);
259public static partial short RegisterClassW(ref global::Interop.User32.WNDCLASS wc)
264fixed (global::Interop.User32.WNDCLASS* __wc_native = &wc)
276static extern unsafe short __PInvoke(global::Interop.User32.WNDCLASS* __wc_native);
357public static partial bool TranslateMessage(ref global::Interop.User32.MSG msg)
362fixed (global::Interop.User32.MSG* __msg_native = &msg)
373static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native);