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,
PSXYerroris set tope_unkown. (SeeGetPSYXError().)
int PSYXIDToName(long ID, char *name);
The inverse function forPSYXNameToID(). ReturnsTRUEif the call succeeded.If no PSYX by the given ID can be found,
PSXYerroris set tope_unkown. (SeeGetPSYXError().)
int PSYXInGroup(long ID, long class);
ReturnsTRUEif the PSYX is in the given group,FALSEotherwise.If no PSYX by the given ID can be found,
PSXYerroris set tope_unkown. (SeeGetPSYXError().)
void GetListOfExtensions(ECSList IDList, ECSList NameList, long group);
This function fills inIDListandNameListwith the IDs/names of all available PSYXs. Pass inNULLfor either list of you don't want the information.
Generated with CERN WebMaker