DBPROPSET_FSCIFRMWRK_EXT
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The DBPROPSET_FSCIFRMWRK_EXT property set contains file system properties that represent the catalog name and the scopes indexed by that catalog.
#define DBPROPSET_FSCIFRMWRK_EXT \
{ 0xA9BD1526, 0x6A80, 0x11D0, \
{ 0x8C, 0x9D, 0x00, 0x20, 0xAF, 0x1D, 0x74, 0x0E } }
Remarks
The DBPROPSET_FSCIFRMWRK_EXT property set contains the following property constants:
-
DBPROP_CI_CATALOG_NAME
-
Property ID 2. PIDContent Index catalog name.
-
DBPROP_CI_INCLUDE_SCOPES
-
Property ID 3. Directories indexed by a catalog.
-
DBPROP_CI_SCOPE_FLAGS
-
Property ID 4. A combination of QUERY_* scope constants.
-
DBPROP_CI_EXCLUDE_SCOPES
-
Property ID 5. Directories excluded from indexing by a catalog.
-
DBPROP_CI_SECURITY_ID
-
Property ID 6. Security ID of query. Reserved for future use.
-
DBPROP_CI_QUERY_TYPE
-
Property ID 7. Type of query. Reserved for future use.
Related topics