Category Selection, Object ProSelection

Function ProSelectionEnvFree


Description
Frees the ProSelectionEnv allocated by ProSelectionEnvAlloc().
Synopsis
#include <ProSelection.h>
ProErrorProSelectionEnvFree(
ProSelectionEnv p_sel_env
/* (In)
A valid handle to the ProSelectionEnv
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe argument p_sel_env is NULL.

Sample Code References:

  1. pt_examples ( TestSelect.c )