Share via


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

3/28/2014

This method retrieves the current value from XRValue if its type can be implicitly converted to a COLORREF, for example, if it is a UINT or COLORREF data type.

Syntax

HRESULT GetValue(
    COLORREF* pValue
)

Parameters

  • pValue
    [out] Pointer to the COLORREF 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