Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extracts an unsigned Int16 property value of a variant structure. If no value exists, then the specified default value is returned.
Syntax
PSSTDAPI_(USHORT) VariantToUInt16WithDefault(
[in] REFVARIANT varIn,
[in] USHORT uiDefault
);
Parameters
[in] varIn
Type: REFVARIANT
Reference to a source variant structure.
[in] uiDefault
Type: USHORT
Specifies default property value, for use where no value currently exists.
Return value
Type: USHORT
Returns extracted unsigned Int16 value, or default.
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 |
| Library | Propsys.lib |
| DLL | Propsys.dll (version 6.0 or later) |
| Redistributable | Windows Desktop Search (WDS) 3.0 |