Struct windows::Win32::Gaming::IXblIdpAuthTokenResult_Vtbl
#[repr(C)]pub struct IXblIdpAuthTokenResult_Vtbl {Show 21 fields
pub base__: IUnknown_Vtbl,
pub GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut XBL_IDP_AUTH_TOKEN_STATUS) -> HRESULT,
pub GetErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
pub GetToken: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetSandbox: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetMsaAccountId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetXuid: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetGamertag: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetAgeGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetPrivileges: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetMsaTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetMsaPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetMsaAppId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetRedirect: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetHelpId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetEnforcementBans: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetRestrictions: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetTitleRestrictions: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut XBL_IDP_AUTH_TOKEN_STATUS) -> HRESULT
§GetErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
§GetToken: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetSandbox: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetEnvironment: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetMsaAccountId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetXuid: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetGamertag: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetAgeGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetPrivileges: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetMsaTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetMsaPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetMsaAppId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetRedirect: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetHelpId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetEnforcementBans: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetRestrictions: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetTitleRestrictions: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IXblIdpAuthTokenResult_Vtbl
impl IXblIdpAuthTokenResult_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IXblIdpAuthTokenResult_Vtblwhere
Identity: IXblIdpAuthTokenResult_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IXblIdpAuthTokenResult_Vtbl
impl RefUnwindSafe for IXblIdpAuthTokenResult_Vtbl
impl Send for IXblIdpAuthTokenResult_Vtbl
impl Sync for IXblIdpAuthTokenResult_Vtbl
impl Unpin for IXblIdpAuthTokenResult_Vtbl
impl UnwindSafe for IXblIdpAuthTokenResult_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