3 references to GetClassInfo
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.WindowClass.cs (1)
145
if (!PInvoke.
GetClassInfo
(HINSTANCE.Null, n, &windowClass))
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
1131
/// <inheritdoc cref="
GetClassInfo
(winmdroot.Foundation.HINSTANCE, winmdroot.Foundation.PCWSTR, winmdroot.UI.WindowsAndMessaging.WNDCLASSW*)"/>
1139
winmdroot.Foundation.BOOL __result = PInvoke.
GetClassInfo
(hInstance, lpClassNameLocal, lpWndClassLocal);