Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
ConvertPathFlags Enumeration
Enumerations | Send Feedback

Flags for dtssConvertPath2

enum ConvertPathFlags {
  dtsCpMakeVirtual = 0x0001,
  dtsCpMakeLocal = 0x0002,
  dtsCpMakeUNC = 0x0008,
  dtsCpRefreshMappings = 0x0010,
  dtsCpStoreInRegistry = 0x0020,
  dtsCpReadFromRegistry = 0x0040
};
File

dtsearch.h

Members
Members 
Description 
dtsCpMakeVirtual = 0x0001 
Convert a local path to a virtual path 
dtsCpMakeLocal = 0x0002 
Convert a virtual path to a local path 
dtsCpMakeUNC = 0x0008 
Convert a mapped path to a UNC path 
dtsCpRefreshMappings = 0x0010 
Use the Metabase to update the table of local-to-virtual mappings that the dtSearch engine uses to perform these conversions 
dtsCpStoreInRegistry = 0x0020 
Store the updated table of mappings in the registry. 
dtsCpReadFromRegistry = 0x0040 
Read the latest table of mappings from the registry. 
Group
Links
You are here: C++ API > Enumerations > ConvertPathFlags Enumeration
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.