Share via


DBCONTENTTABLE

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.

typedef struct tagDBCONTENTTABLE {
  LPOLESTR pwszMachine;  // machine on which to process query
  LPOLESTR pwszCatalog;  // catalog over which to process query
} DBCONTENTTABLE;