Description | ||||||||
Allocates a ProSelectionEnv, which is a set of attributes that can be passed to ProSelect(). | ||||||||
Synopsis | ||||||||
#include <ProSelection.h> | ||||||||
ProError | ProSelectionEnvAlloc | ( | ||||||
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 | ||||||||
|