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)

<GuidAttribute("6F4DBFFF-6920-4821-A6C3-B7E94C1FD60C")>
Public Interface IFsrmPathMapper

NameDescription
System_CAPS_pubmethodGetSharePathsForLocalPath(String)

Retrieves a list of network shares that point to the specified local path.

Return to top

Community Additions

ADD
Show: