All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIPDMUnixNTMapping
Usage: you can freely reimplement this interface.
interface CATIPDMUnixNTMapping
Interface to implement to define a mapping between UNIX path and NT mount of this path
This interface has to be implemented on the late type : CATPdmUnixNtMapping
The implementation has to check that the disc is really mapped
| public virtual HRESULT NtPathToUnix( | CATUnicodeString | iNTPath, |
| CATUnicodeString& | oUnixPath) = 0 |
will be used only if the environnement variable CATVpmTemp is valuated
| public virtual HRESULT UnixPathToNTPath( | CATUnicodeString | iUnixPath, |
| CATUnicodeString& | oNTPath) = 0 |
The implementation has to check that the disc is really mapped
Copyright © 2003, Dassault Systèmes. All rights reserved.