Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function frees the memory of an XRValue object and clears all references to the object.
Syntax
void WINAPI FreeXRValue(
XRValue* pValue
);
Parameters
- pValue
[in] Points to the XRValue object to free.
Return Value
None.
Remarks
You must call this function in error-handling code that handles errors associated with an XRValue object. You also must call this function when you pass an XRValue object as an [out] parameter in a method you implemented in Silverlight for Windows Embedded.
.NET Framework Equivalent
None.
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |