46 AcDbHostApplicationServices::FindFileHint hint;
47 char pcFilenameHash[DWG_HASH_SIZE];
49 bool operator < (
const struct FindFileKey & rhs)
const 51 if (memcmp(
this, &rhs,
sizeof(
struct FindFileKey) < 0))
60 std::wstring pcFullPathOut;
63 std::map<struct FindFileKey, struct FindFileResult> FindFileMap;
67 Acad::ErrorStatus findFile(
70 const ACHAR* pcFilename,
71 AcDbDatabase* pDb = NULL,
72 AcDbHostApplicationServices::FindFileHint hint = kDefault);
74 Acad::ErrorStatus getRoamableRootFolder(
const char*& folder);
75 Acad::ErrorStatus getLocalRootFolder(
const char*& folder);
76 Adesk::Boolean isURL(
const char* pszURL)
const;
78 Adesk::Boolean isRemoteFile(
const char* pszLocalFile,
char* pszURL)
const;
80 virtual const ACHAR * getAlternateFontName()
const;
82 virtual ACHAR * getAlternateFontName()
const;
84 virtual void fatalError(
const ACHAR * format,...);
Definition: MrDwgHostApp.h:38