windows::Win32::Security::Authorization

Trait IAzAuthorizationStore3_Impl

pub trait IAzAuthorizationStore3_Impl: IAzAuthorizationStore2_Impl {
    // Required methods
    fn IsUpdateNeeded(&self) -> Result<VARIANT_BOOL>;
    fn BizruleGroupSupported(&self) -> Result<VARIANT_BOOL>;
    fn UpgradeStoresFunctionalLevel(&self, lfunctionallevel: i32) -> Result<()>;
    fn IsFunctionalLevelUpgradeSupported(
        &self,
        lfunctionallevel: i32,
    ) -> Result<VARIANT_BOOL>;
    fn GetSchemaVersion(
        &self,
        plmajorversion: *mut i32,
        plminorversion: *mut i32,
    ) -> Result<()>;
}

Required Methods§

fn IsUpdateNeeded(&self) -> Result<VARIANT_BOOL>

fn BizruleGroupSupported(&self) -> Result<VARIANT_BOOL>

fn UpgradeStoresFunctionalLevel(&self, lfunctionallevel: i32) -> Result<()>

fn IsFunctionalLevelUpgradeSupported( &self, lfunctionallevel: i32, ) -> Result<VARIANT_BOOL>

fn GetSchemaVersion( &self, plmajorversion: *mut i32, plminorversion: *mut i32, ) -> Result<()>

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§