XRValue::GetValue(int*) (Compact 7)
3/12/2014
This method retrieves the current value from XRValue if its type can be implicitly converted to an integer.
Syntax
HRESULT GetValue(
int* pValue
)
Parameters
- pValue
[out] Pointer to the integer value.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
None.
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |