#include "camtypes.h"#include "sgliboil.h"#include "ccdc.h"#include "dlgmgr.h"#include "oilbitmap.h"#include "progress.h"#include "helpuser.h"#include "camelot.h"#include "camdoc.h"#include "unicdman.h"#include "cxftags.h"#include "cxfile.h"#include "pathnmex.h"#include "nodebmp.h"#include "product.h"Go to the source code of this file.
Namespaces | |
| namespace | InetUtils |
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | SCANFORXARAMOUNT |
Functions | |
| void | FixFPControlRegister (void) |
| BOOL | getDrive (const TCHAR **, TCHAR *drive) |
| BOOL | getNetDrive (const TCHAR **, TCHAR *drive, BOOL *BadCharacter) |
| TCHAR * | InetUtils::GetStringField (UINT32 nIndex, UINT32 nCompositeStringID) |
| String_256 | InetUtils::MakeURL (const String_256 &rRelativePath, const String_256 &rRootURL) |
| Allows us to obtain the URL of a file knowing its relative path (from the main clipart index file) and the root URL. The URL is necessary to download the file. | |
| String_256 | InetUtils::MakeLocalPath (const String_256 &rRelPath) |
| BOOL | InetUtils::GetTempInetDir (String_256 *pTempDir) |
| Get path to the internet cache directory used to download web clipart files. | |
| BOOL | InetUtils::GetAppDataPath (String_256 *pPath) |
| BOOL | InetUtils::GetAppCachePath (String_256 *pPath) |
| BOOL | InetUtils::DeleteDirectoryTree (const String_256 &rPath) |
| remove a directory tree from the hard drive | |
Variables | |
| const TCHAR | chPathSep = _T('/') |
|
|
Definition at line 187 of file sgliboil.cpp. |
|
|
Definition at line 198 of file sgliboil.cpp. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 203 of file sgliboil.cpp. |
1.4.4