FreeXRValue (Compact 2013)

3/28/2014

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

When you transfer ownership of an XRValue object, set the ShouldFreeValuePointer flag to true to indicate that the called method is responsible for freeing the objects in the XRValue.

This function will have no effect if the ShouldFreeValuePointer flag in the XRValue object is not set to true.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Functions