IXRChangePropertyAction.GetValue(XRValue *) (Compact 2013)
3/28/2014
This method gets the Value property.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetValue(
XRValue *pValue)
Parameters
- pValue
[out] Pointer to a variable for storing the Value property.
Return Value
Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.
Remarks
The pValue retrieved corresponds to the ChangePropertyAction.Value property in XAML.