4 references to GetObject
Microsoft.Private.Windows.Core (4)
_generated\194\Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
468 /// <inheritdoc cref="GetObject(winmdroot.Graphics.Gdi.HGDIOBJ, int, void*)"/> 474 int __result = PInvokeCore.GetObject(h, pv.Length, (void* )pvLocal);
Windows\Win32\PInvokeCore.GetObject.cs (2)
8/// <inheritdoc cref="GetObject(HGDIOBJ,int,void*)"/> 16return GetObject(h, sizeof(T), pv) != 0;