IStorageProviderHandler::GetPropertyHandlerFromPath method

Gets an instance of IStorageProviderPropertyHandler associated with the provided path.

Syntax


HRESULT GetPropertyHandlerFromPath(
  [in]  LPCWSTR                           path,
  [out] IStorageProviderPropertyHandler **propertyHandler
);

Parameters

path [in]

The path for the relevant file.

**propertyHandler [out]

An IStorageProviderPropertyHandler instance associated with the file specified by path.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See also

IStorageProviderHandler

 

 

Show: