pub trait IFsrmQuotaManagerEx_Impl: Sized + IFsrmQuotaManager_Impl {
    // Required method
    fn IsAffectedByQuota(
        &self,
        path: &BSTR,
        options: FsrmEnumOptions
    ) -> Result<VARIANT_BOOL>;
}

Required Methods§

fn IsAffectedByQuota( &self, path: &BSTR, options: FsrmEnumOptions ) -> Result<VARIANT_BOOL>

Object Safety§

This trait is not object safe.

Implementors§