Documentation de l'API > Selection > Object ProSelection > Function ProSelectionEnvAlloc
Function ProSelectionEnvAlloc
Description
Allocates a ProSelectionEnv, which is a set of attributes that can be passed to ProSelect().
Synopsis
#include <ProSelection.h>
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
The function successfully allocated the structure.
The specified attributes are invalid.
Sample Code References
User Guide References
Est-ce que cela a été utile ?