DBCONTENTSCOPE structure (cmdtree.h)

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 DBCONTENTSCOPE structure is used to pass a scope argument in a command tree.

Syntax

typedef struct tagDBCONTENTSCOPE {
  DWORD    dwFlags;
  LPOLESTR *rgpwszTagName;
  LPOLESTR pwszElementValue;
} DBCONTENTSCOPE;

Members

dwFlags

flags from DBPROP_CI_SCOPE_FLAGS

rgpwszTagName

reserved for future use.

pwszElementValue

DBPROP_CI_INCLUDE_SCOPES property for the path

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header cmdtree.h