SYSfindParameter_list |
Top Previous Next |
Entry search. With this routine can be searched in the parametre list for entries. Parametre parametre (PIDENTIFY_PARAMETER) [IN] Act on the parametre list. art (int) [IN] With art the contents him can be described should be searched. Some constants already exist for certain types. Result (short int *) [OUT] As a result the contents are delivered. By suitable type conversions different Type zurückgeliefert can become, but ZERO. Declaration #include "basic.h"
short int * DLLENTRY SYSfindParameter_list ( PIDENTIFY_PARAMETER parametre, int art ); Constants IDENTIFY_PARAMETER_IS_KEYLIST 1 IDENTIFY_PARAMETER_IS_DKYLIST 3 IDENTIFY_PARAMETER_IS_DKALIST 5 IDENTIFY_PARAMETER_IS_SCALE 7 IDENTIFY_PARAMETER_IS_PLANART 8 IDENTIFY_PARAMETER_IS_SIGNATUR 10 Related functions
|