CnDestroyΒΆ

Destroys the given container and frees any memory that the container occupied.

bool = CnDestroy(handle)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

handle

Identifies the container.

id-1369211