pub unsafe extern "system" fn GetUserObjectInformationW(
    hobj: HANDLE,
    nindex: USER_OBJECT_INFORMATION_INDEX,
    pvinfo: *mut c_void,
    nlength: u32,
    lpnlengthneeded: *mut u32
) -> BOOL
Expand description

Required features: "Win32_System_StationsAndDesktops", "Win32_Foundation"