Frees a block of foreign memory used in COM method argument passing.
Package
com
Signature
co-task-mem-free
pointer
=>
pointer2
Arguments
pointer
A foreign pointer for the block to be freed.
Values
pointer2
The same as
pointer
.
Description
The function
co-task-mem-free
calls the C function
CoTaskMemFree() to free a block of memory. The pointer should not be dereferenced after calling this function.