IStorageProviderHandler::GetPropertyHandlerFromPath 方法 (storageprovider.h)
获取与提供的路径关联的 IStorageProviderPropertyHandler 的实例。
语法
HRESULT GetPropertyHandlerFromPath(
[in] LPCWSTR path,
[out] IStorageProviderPropertyHandler **propertyHandler
);
参数
[in] path
相关文件的路径。
[out] propertyHandler
与 path 指定的文件关联的 IStorageProviderPropertyHandler 实例。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
目标平台 | Windows |
标头 | storageprovider.h |