Function ProPecktableFree
Description
Releases the memory occupied by a peck table.
Synopsis
#include <ProPecktable.h>
ProPecktableFree
(
ProPecktable peck_table
/* (In)
The handle to the peck table to be freed
*/
)
Returns
The function successfully released the memory.
The argument is invalid.
Sample Code References
Isto foi útil?