IFsrmPathMapper interface (fsrm.h)

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.

Inheritance

The IFsrmPathMapper interface inherits from the IDispatch interface. IFsrmPathMapper also has these types of members:

Methods

The IFsrmPathMapper interface has these methods.

 
IFsrmPathMapper::GetSharePathsForLocalPath

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

Remarks

To create this object from a script, use the program identifier, "Fsrm.FsrmPathMapper".

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrm.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h, FsrmTlb.h)

See also

FSRM Interfaces

FsrmPathMapper