Category Selection, Object ProSelection

Function ProSelectionEnvAlloc


Description
Allocates a ProSelectionEnv, which is a set of attributes that can be passed to ProSelect().
Synopsis
#include <ProSelection.h>
ProErrorProSelectionEnvAlloc(
ProSelectionEnvOption* sel_env_array
/* (In)
An array of the attributes (the type and value) assigned to it
*/
int count
/* (In)
The number of items in sel_env_array
*/
ProSelectionEnv* p_sel_env
/* (Out)
The handle to the ProSelectionEnv
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated the structure.
PRO_TK_BAD_INPUTSThe specified attributes are invalid.

Manual References:

  1. User Interface: Selection: Interactive Selection

Sample Code References:

  1. pt_examples ( TestSelect.c )