windows::Win32::Security::Authorization

Trait IAzApplication2_Impl

pub trait IAzApplication2_Impl: IAzApplication_Impl {
    // Required methods
    fn InitializeClientContextFromToken2(
        &self,
        ultokenhandlelowpart: u32,
        ultokenhandlehighpart: u32,
        varreserved: &VARIANT,
    ) -> Result<IAzClientContext2>;
    fn InitializeClientContext2(
        &self,
        identifyingstring: &BSTR,
        varreserved: &VARIANT,
    ) -> Result<IAzClientContext2>;
}

Required Methods§

fn InitializeClientContextFromToken2( &self, ultokenhandlelowpart: u32, ultokenhandlehighpart: u32, varreserved: &VARIANT, ) -> Result<IAzClientContext2>

fn InitializeClientContext2( &self, identifyingstring: &BSTR, varreserved: &VARIANT, ) -> Result<IAzClientContext2>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§