windows::Win32::Gaming

Function CheckGamingPrivilegeWithUIForUser

pub unsafe fn CheckGamingPrivilegeWithUIForUser<P0>(
    user: P0,
    privilegeid: u32,
    scope: &HSTRING,
    policy: &HSTRING,
    friendlymessage: &HSTRING,
    completionroutine: GameUICompletionRoutine,
    context: Option<*const c_void>,
) -> Result<()>
where P0: Param<IInspectable>,