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