pub trait IEnhancedStorageACT3_Impl: Sized + IEnhancedStorageACT2_Impl {
// Required methods
fn UnauthorizeEx(&self, dwflags: u32) -> Result<()>;
fn IsQueueFrozen(&self) -> Result<BOOL>;
fn GetShellExtSupport(&self) -> Result<BOOL>;
}
Required Methods§
fn IsQueueFrozen(&self) -> Result<BOOL>
fn GetShellExtSupport(&self) -> Result<BOOL>
Object Safety§
This trait is not object safe.