Category
Selection
, Object
ProSelection
Function ProSelectionEnvFree
Description
Frees the
ProSelectionEnv
allocated by
ProSelectionEnvAlloc
()
.
Synopsis
#include <
ProSelection.h
>
ProError
ProSelectionEnvFree
(
ProSelectionEnv
p_sel_env
/* (In)
A valid handle to the
ProSelectionEnv
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The argument
p_sel_env
is NULL.
Sample Code References:
pt_examples ( TestSelect.c )