Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Extracts the variant value of a variant structure to a newly-allocated string. If no value can be extracted, then a default value is assigned.
Syntax
PSSTDAPI VariantToStringAlloc(
[in] REFVARIANT varIn,
[out] PWSTR *ppszBuf
);
Parameters
[in] varIn
Type: REFVARIANT
Reference to a source variant structure.
[out] ppszBuf
Type: PWSTR
Pointer to the extracted property value if one exists; otherwise, empty.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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 |