Macro used to free memory allocated with the XAPOAlloc macro.
#define XAPOFree(p) CoTaskMemFree(p)
p
Type:
Pointer to the memory block to be freed.
XAPOFree and XAPOAlloc resolve to CoTaskMemAlloc and CoTaskMemFree.
Header: Declared in xapo.h.
Library: Use xapobase.lib.