Share via


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

3/28/2014

This method retrieves the current value from XRValue if its type can be implicitly converted to a bool.

Syntax

HRESULT GetValue(
    bool* pValue
)

Parameters

  • pValue
    [out] Pointer to the Boolean value.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XRValue::GetValue
XRValue