IsPropVariantVector function (propvarutil.h)
Specifies whether a PROPVARIANT structure has a vector type.
Syntax
BOOL IsPropVariantVector(
[in] REFPROPVARIANT propvar
);
Parameters
[in] propvar
Type: REFPROPVARIANT
Reference to the PROPVARIANT structure being queried.
Return value
Type: BOOL
Returns TRUE if propvar is a VT_ARRAY | VT_VECTOR PROPVARIANT; otherwise, FALSE.
Remarks
This is an inline function, with its source code provided in the header. It is not included in any .dll or .lib file.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | propvarutil.h |
Redistributable | Windows Desktop Search (WDS) 3.0 |