11.4 PSYX Manager
long PSYXNameToID(char *name);
PSYX calls are based on long integer (four-letter) PSYX IDs. Use this function to translate a PSYX name to an ID.If no PSYX by the given name can be found,
PSXYerror
is set tope_unkown
. (SeeGetPSYXError()
.)
int PSYXIDToName(long ID, char *name);
The inverse function forPSYXNameToID()
. ReturnsTRUE
if the call succeeded.If no PSYX by the given ID can be found,
PSXYerror
is set tope_unkown
. (SeeGetPSYXError()
.)
int PSYXInGroup(long ID, long class);
ReturnsTRUE
if the PSYX is in the given group,FALSE
otherwise.If no PSYX by the given ID can be found,
PSXYerror
is set tope_unkown
. (SeeGetPSYXError()
.)
void GetListOfExtensions(ECSList IDList, ECSList NameList, long group);
This function fills inIDList
andNameList
with the IDs/names of all available PSYXs. Pass inNULL
for either list of you don't want the information.
Generated with CERN WebMaker