Share via


Query-Parsing Values

[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.]

Values 0xHHHH1650 to 0xHHHH167F are query-return values produced by utilities in query.lib. The following table gives the query-parsing values in alphabetical order.

Constant/value Description
QPARSE_E_EXPECTING_BRACE
0x80041666
Expecting closing square bracket ']'.
QPARSE_E_EXPECTING_COMMA
0x80041671
Expecting comma.
QPARSE_E_EXPECTING_CURRENCY
0x80041664
Expecting currency.
QPARSE_E_EXPECTING_DATE
0x80041663
Expecting date.
QPARSE_E_EXPECTING_EOS
0x80041670
Expecting end of string.
QPARSE_E_EXPECTING_GUID
0x80041665
Expecting GUID.
QPARSE_E_EXPECTING_INTEGER
0x80041661
Expecting integer.
QPARSE_E_EXPECTING_PAREN
0x80041667
Expecting closing parenthesis ')'.
QPARSE_E_EXPECTING_PHRASE
0x8004166A
Expecting phrase.
QPARSE_E_EXPECTING_PROPERTY
0x80041668
Expecting property name.
QPARSE_E_EXPECTING_REAL
0x80041662
Expecting real number.
QPARSE_E_EXPECTING_REGEX
0x8004166C
Expecting regular expression.
QPARSE_E_EXPECTING_REGEX_PROPERTY
0x8004166D
Regular expressions require a property of type string.
QPARSE_E_INVALID_GROUPING
0x80041677
An unsupported grouping type was specified.
QPARSE_E_INVALID_LITERAL
0x8004166E
Invalid literal.
QPARSE_E_INVALID_QUERY
0x8004167A
Invalid query.
QPARSE_E_INVALID_RANKMETHOD
0x8004167BL
Invalid rank method.
QPARSE_E_INVALID_SORT_ORDER
0x80041675
An invalid sort order was specified. Only [a] and [d] are supported.
QPARSE_E_NO_SUCH_PROPERTY
0x8004166F
No such property.
QPARSE_E_NO_SUCH_SORT_PROPERTY
0x80041674
An invalid property was found in the sort specification.
QPARSE_E_NOT_YET_IMPLEMENTED
0x80041669
Not yet implemented.
QPARSE_E_UNEXPECTED_EOS
0x80041672
Unexpected end of string.
QPARSE_E_UNEXPECTED_NOT
0x80041660
Unexpected NOT operator.
QPARSE_E_UNSUPPORTED_PROPERTY_TYPE
0x8004166BL
Unsupported property type.
QPARSE_E_WEIGHT_OUT_OF_RANGE
0x80041673
Weight must be between 0 and 1000.
QPLIST_E_BAD_GUID
0x80041659
Invalid GUID.
QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE
0x8004165E
DBTYPE_BYREF must be used with DBTYPE_STR, DBTYPE_WSTR, DBTYPE_GUID or DBTYPE_UI1 types.
QPLIST_E_CANT_OPEN_FILE
0x80041651
Cannot open file.
QPLIST_E_CANT_SET_PROPERTY
0x8004165B
Failed to set property name.
QPLIST_E_DUPLICATE
0x8004165C
Duplicate property name.
QPLIST_E_EXPECTING_CLOSE_PAREN
0x80041657
Expecting closing parenthesis.
QPLIST_E_EXPECTING_GUID
0x80041658
Expecting GUID.
QPLIST_E_EXPECTING_INTEGER
0x80041656
Expecting integer.
QPLIST_E_EXPECTING_NAME
0x80041653
Expecting property name.
QPLIST_E_EXPECTING_PROP_SPEC
0x8004165A
Expecting property specifier.
QPLIST_E_EXPECTING_TYPE
0x80041654
Expecting type specifier.
QPLIST_E_READ_ERROR
0x80041652
Read error in file.
QPLIST_E_UNRECOGNIZED_TYPE
0x80041655
Unrecognized type.
QPLIST_E_VECTORBYREF_USED_ALONE
0x8004165D
DBTYPE_VECTOR or DBTYPE_BYREF used alone.
QPLIST_S_DUPLICATE
0x00041679
Exact duplicate property defined.
QUTIL_E_CANT_CONVERT_VROOT
0x80041676
Couldn't convert a virtual path to a physical path.
QUTIL_E_INVALID_CODEPAGE
0x80041678
Invalid CiCodepage variable was specified.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008 R2
Header
Cierror.h