windows::Win32::Gaming

Function ShowPlayerPickerUIForUser

pub unsafe fn ShowPlayerPickerUIForUser<P0>(
    user: P0,
    promptdisplaytext: &HSTRING,
    xuids: &[HSTRING],
    preselectedxuids: Option<&[HSTRING]>,
    minselectioncount: usize,
    maxselectioncount: usize,
    completionroutine: PlayerPickerUICompletionRoutine,
    context: Option<*const c_void>,
) -> Result<()>
where P0: Param<IInspectable>,