5 references to GetUserObjectInformation
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
500
if (PInvoke.
GetUserObjectInformation
(
System.Windows.Forms.Primitives (4)
_generated\426\Windows.Win32.PInvoke.USER32.dll.g.cs (4)
2133
/// <inheritdoc cref="
GetUserObjectInformation
(winmdroot.Foundation.HANDLE, winmdroot.System.StationsAndDesktops.USER_OBJECT_INFORMATION_INDEX, void*, uint, uint*)"/>
2141
winmdroot.Foundation.BOOL __result = PInvoke.
GetUserObjectInformation
(hObj, nIndex, (void* )pvInfoLocal, (uint )pvInfo.Length, lpnLengthNeededLocal);
2147
/// <inheritdoc cref="
GetUserObjectInformation
(winmdroot.Foundation.HANDLE, winmdroot.System.StationsAndDesktops.USER_OBJECT_INFORMATION_INDEX, void*, uint, uint*)"/>
2153
winmdroot.Foundation.BOOL __result = PInvoke.
GetUserObjectInformation
(hObj, nIndex, (void* )pvInfoLocal, (uint )pvInfo.Length, default(uint* ));