IStorageProviderHandler interface

Retrieves the IStorageProviderPropertyHandler associated with a specific file or folder.

Members

The IStorageProviderHandler interface inherits from the IUnknown interface. IStorageProviderHandler also has these types of members:

Methods

The IStorageProviderHandler interface has these methods.

MethodDescription
GetPropertyHandlerFromFileId

Gets an instance of IStorageProviderPropertyHandler associated with the provided file identifier.

GetPropertyHandlerFromPath

Gets an instance of IStorageProviderPropertyHandler associated with the provided path.

GetPropertyHandlerFromUri

Gets an instance of IStorageProviderPropertyHandler associated with the provided URI.

 

Remarks

Caution  

You should only implement this interface if you have a specific need to do so.

 

 

 

Show: