1 instantiation of USEROBJECTFLAGS
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
124NativeMethods.USEROBJECTFLAGS flags = new NativeMethods.USEROBJECTFLAGS();
2 references to USEROBJECTFLAGS
System (2)
compmod\microsoft\win32\SystemEvents.cs (1)
124NativeMethods.USEROBJECTFLAGS flags = new NativeMethods.USEROBJECTFLAGS();
compmod\microsoft\win32\UnsafeNativeMethods.cs (1)
57public static extern bool GetUserObjectInformation(HandleRef hObj, int nIndex, [MarshalAs(UnmanagedType.LPStruct)] NativeMethods.USEROBJECTFLAGS pvBuffer, int nLength, ref int lpnLengthNeeded);