windows::Win32::UI::Shell

Trait IStorageProviderHandler_Impl

pub trait IStorageProviderHandler_Impl: IUnknownImpl {
    // Required methods
    fn GetPropertyHandlerFromPath(
        &self,
        path: &PCWSTR,
    ) -> Result<IStorageProviderPropertyHandler>;
    fn GetPropertyHandlerFromUri(
        &self,
        uri: &PCWSTR,
    ) -> Result<IStorageProviderPropertyHandler>;
    fn GetPropertyHandlerFromFileId(
        &self,
        fileid: &PCWSTR,
    ) -> Result<IStorageProviderPropertyHandler>;
}

Required Methods§

fn GetPropertyHandlerFromPath( &self, path: &PCWSTR, ) -> Result<IStorageProviderPropertyHandler>

fn GetPropertyHandlerFromUri( &self, uri: &PCWSTR, ) -> Result<IStorageProviderPropertyHandler>

fn GetPropertyHandlerFromFileId( &self, fileid: &PCWSTR, ) -> Result<IStorageProviderPropertyHandler>

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§