IFsrmPathMapper Interface
Used to retrieve the network share paths that are mapped to a local path.
To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmPathMapper as the class identifier and __uuidof(IFsrmPathMapper) as the interface identifier.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")]
public interface IFsrmPathMapper
[GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")]
public interface class IFsrmPathMapper
[<GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")>]
type IFsrmPathMapper = interface end
<GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")>
Public Interface IFsrmPathMapper
Methods
Name | Description | |
---|---|---|
GetSharePathsForLocalPath(String) | Retrieves a list of network shares that point to the specified local path. |
See Also
FsrmPathMapper
Microsoft.Storage Namespace
Return to top