[Next] [Previous] [Up] [Top] [Contents] [Index]

11.4 PSYX Manager

11.4.1 PSYX Names


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 to pe_unkown. (See GetPSYXError().)

int PSYXIDToName(long ID, char *name);
 

The inverse function for PSYXNameToID(). Returns TRUE if the call succeeded.

If no PSYX by the given ID can be found, PSXYerror is set to pe_unkown. (See GetPSYXError().)

int PSYXInGroup(long ID, long class);
 

Returns TRUE if the PSYX is in the given group, FALSE otherwise.

If no PSYX by the given ID can be found, PSXYerror is set to pe_unkown. (See GetPSYXError().)

void GetListOfExtensions(ECSList IDList, ECSList NameList, long group);
 

This function fills in IDList and NameList with the IDs/names of all available PSYXs. Pass in NULL for either list of you don't want the information.


PSYX Programmer's Manual - 24 AUG 95
[Next] [Previous] [Up] [Top] [Contents] [Index]

Generated with CERN WebMaker