Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an instance of IStorageProviderPropertyHandler associated with the provided path.
Syntax
HRESULT GetPropertyHandlerFromPath(
[in] LPCWSTR path,
[out] IStorageProviderPropertyHandler **propertyHandler
);
Parameters
[in] path
The path for the relevant file.
[out] propertyHandler
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | storageprovider.h |