_generated\0\LibraryImports.g.cs (15)
74public static partial int DispatchMessageW(ref global::Interop.User32.MSG msg)
80fixed (global::Interop.User32.MSG* __msg_native = &msg)
89static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native);
100public static partial bool GetClassInfoW(nint hInst, string lpszClass, ref global::Interop.User32.WNDCLASS wc)
107fixed (global::Interop.User32.WNDCLASS* __wc_native = &wc)
119static extern unsafe int __PInvoke(nint __hInst_native, ushort* __lpszClass_native, global::Interop.User32.WNDCLASS* __wc_native);
130public static partial int GetMessageW(ref global::Interop.User32.MSG msg, nint hwnd, int msgMin, int msgMax)
136fixed (global::Interop.User32.MSG* __msg_native = &msg)
145static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native, nint __hwnd_native, int __msgMin_native, int __msgMax_native);
283public static partial short RegisterClassW(ref global::Interop.User32.WNDCLASS wc)
290fixed (global::Interop.User32.WNDCLASS* __wc_native = &wc)
302static extern unsafe short __PInvoke(global::Interop.User32.WNDCLASS* __wc_native);
387public static partial bool TranslateMessage(ref global::Interop.User32.MSG msg)
394fixed (global::Interop.User32.MSG* __msg_native = &msg)
405static extern unsafe int __PInvoke(global::Interop.User32.MSG* __msg_native);