XAPOFree Macro

Macro used to free memory allocated with the XAPOAlloc macro.

Syntax

#define XAPOFree(p)  CoTaskMemFree(p)  

Parameters

p
Type:  

Pointer to the memory block to be freed.

Remarks

XAPOFree and XAPOAlloc resolve to CoTaskMemAlloc and CoTaskMemFree.

Requirements

Header: Declared in xapo.h.

Library: Use xapobase.lib.