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

6.1 Implementing Custom Actions

6.1.1 Accepting an Action


When a PSYX is queried to see if it accepts an action, it is sent the pGetMsgCode message, which was defined in "1.4 Standard Messages". If the PSYX recognizes the action, it should set the msgCode field of the GetMsgCodeStruct parameter block to the message code for the action, and then return TRUE.

If the PSYX does not recognize the action, it should return FALSE.


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

Generated with CERN WebMaker