Compartir a través de


DBCONTENTSCOPE

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.

typedef struct tagDBCONTENTSCOPE {
  DWORD      dwFlags;           // flags from <xref rid="indexsrv.dbprop_ci_scope_flags">DBPROP_CI_SCOPE_FLAGS</xref>
  LPOLESTR * rgpwszTagName;     // reserved for future use.
  LPOLESTR   pwszElementValue;  // <xref rid="indexsrv.dbprop_ci_include_scopes">DBPROP_CI_INCLUDE_SCOPES</xref> property for the path
} DBCONTENTSCOPE;