Struct IXblIdpAuthManager_Vtbl
#[repr(C)]pub struct IXblIdpAuthManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetGamerAccount: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub GetGamerAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT,
pub SetAppViewInitialized: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub GetEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetSandbox: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetTokenAndSignatureWithTokenResult: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: BOOL, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetGamerAccount: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§GetGamerAccount: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT
§SetAppViewInitialized: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§GetEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetSandbox: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetTokenAndSignatureWithTokenResult: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *const u8, _: u32, _: BOOL, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IXblIdpAuthManager_Vtbl
impl IXblIdpAuthManager_Vtbl
pub const fn new<Identity: IXblIdpAuthManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXblIdpAuthManager_Vtbl
impl RefUnwindSafe for IXblIdpAuthManager_Vtbl
impl Send for IXblIdpAuthManager_Vtbl
impl Sync for IXblIdpAuthManager_Vtbl
impl Unpin for IXblIdpAuthManager_Vtbl
impl UnwindSafe for IXblIdpAuthManager_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more