XRValue::GetValue(BSTR*) (Compact 2013)

3/28/2014

This method retrieves the current value from XRValue if the value is a string type.

Syntax

HRESULT GetValue(
    BSTR* pValue
)

Parameters

  • pValue
    [out] Pointer to the string value.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

You must call SysFreeString on pValue when you are finished using it.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XRValue::GetValue
XRValue