DBCONTENTTABLE 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 DBCONTENTTABLE structure represents the machine and catalog names for a command tree.

Syntax

typedef struct tagDBCONTENTTABLE {
  LPOLESTR pwszMachine;
  LPOLESTR pwszCatalog;
} DBCONTENTTABLE;

Members

pwszMachine

machine on which to process query

pwszCatalog

catalog over which to process query

Requirements

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