1 instantiation of USEROBJECTFLAGS
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SystemInformation.cs (1)
1133NativeMethods.USEROBJECTFLAGS flags = new NativeMethods.USEROBJECTFLAGS();
2 references to USEROBJECTFLAGS
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SystemInformation.cs (1)
1133NativeMethods.USEROBJECTFLAGS flags = new NativeMethods.USEROBJECTFLAGS();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
1209public static extern bool GetUserObjectInformation(HandleRef hObj, int nIndex, [MarshalAs(UnmanagedType.LPStruct)] NativeMethods.USEROBJECTFLAGS pvBuffer, int nLength, ref int lpnLengthNeeded);