Skip to content

Latest commit

 

History

History
86 lines (65 loc) · 3.3 KB

ne-propsys-propdesc_searchinfo_flags.md

File metadata and controls

86 lines (65 loc) · 3.3 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:propsys.PROPDESC_SEARCHINFO_FLAGS
PROPDESC_SEARCHINFO_FLAGS (propsys.h)
Determines whether and how a property is indexed by Windows Search.
PDSIF_ALWAYSINCLUDE
PDSIF_DEFAULT
PDSIF_ININVERTEDINDEX
PDSIF_ISCOLUMN
PDSIF_ISCOLUMNSPARSE
PDSIF_USEFORTYPEAHEAD
PROPDESC_SEARCHINFO_FLAGS
PROPDESC_SEARCHINFO_FLAGS enumeration [Windows Properties]
_shell_PROPDESC_SEARCHINFO_FLAGS
properties.PROPDESC_SEARCHINFO_FLAGS
propsys/PDSIF_ALWAYSINCLUDE
propsys/PDSIF_DEFAULT
propsys/PDSIF_ININVERTEDINDEX
propsys/PDSIF_ISCOLUMN
propsys/PDSIF_ISCOLUMNSPARSE
propsys/PDSIF_USEFORTYPEAHEAD
propsys/PROPDESC_SEARCHINFO_FLAGS
shell.PROPDESC_SEARCHINFO_FLAGS
properties\PROPDESC_SEARCHINFO_FLAGS.htm
properties
49e858e3-0231-45ce-a5a8-a1c4536577a8
12/05/2018
PDSIF_ALWAYSINCLUDE, PDSIF_DEFAULT, PDSIF_ININVERTEDINDEX, PDSIF_ISCOLUMN, PDSIF_ISCOLUMNSPARSE, PDSIF_USEFORTYPEAHEAD, PROPDESC_SEARCHINFO_FLAGS, PROPDESC_SEARCHINFO_FLAGS enumeration [Windows Properties], _shell_PROPDESC_SEARCHINFO_FLAGS, properties.PROPDESC_SEARCHINFO_FLAGS, propsys/PDSIF_ALWAYSINCLUDE, propsys/PDSIF_DEFAULT, propsys/PDSIF_ININVERTEDINDEX, propsys/PDSIF_ISCOLUMN, propsys/PDSIF_ISCOLUMNSPARSE, propsys/PDSIF_USEFORTYPEAHEAD, propsys/PROPDESC_SEARCHINFO_FLAGS, shell.PROPDESC_SEARCHINFO_FLAGS
propsys.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Propsys.idl
Windows
PROPDESC_SEARCHINFO_FLAGS
19H1
PROPDESC_SEARCHINFO_FLAGS
propsys/PROPDESC_SEARCHINFO_FLAGS
c++
APIRef
kbSyntax
HeaderDef
Propsys.h
PROPDESC_SEARCHINFO_FLAGS

PROPDESC_SEARCHINFO_FLAGS enumeration

-description

Determines whether and how a property is indexed by Windows Search.

-enum-fields

-field PDSIF_DEFAULT:0

The property is not indexed.

-field PDSIF_ININVERTEDINDEX:0x1

The property is in an inverted index to help speed searches.

-field PDSIF_ISCOLUMN:0x2

The property is indexed by Windows Search.

-field PDSIF_ISCOLUMNSPARSE:0x4

The property is indexed to save space for properties that are not present on all files.

-field PDSIF_ALWAYSINCLUDE:0x8

Windows 7 and later. The property mnemonics are recognized by AQS even if the property is not a column (PDSIF_ISCOLUMN).

-field PDSIF_USEFORTYPEAHEAD:0x10

Check this property for matches when looking for type ahead results.

-remarks

For third parties, the PDSIF_ALWAYSINCLUDE flag can be referred to in user-specified query strings, even though its value may not be retrievable from the index in query results. The meaning of the PDSIF_ALWAYSINCLUDE flag to the indexer when a third party sets the flag through a custom schema definition is that it enables users to refer to this property in query strings even though its value is not stored in the index.

Property mnemonics refers to a shortened name for a property.