Under the tag:
Code: Select all
AREXX_Commands (struct ARexxCmd *)
this description for member ac_Func is given:
Code: Select all
ac_Func (*()(struct ARexxCmd *, struct RexxMsg *))
A pointer to the function that will be called when this
command is received by your programme. The function will
get past a pointer to its ARexxCmd entry and the RexxMsg
structure received for the command. You may use this
for setting ARexx variables but please note that it may
be NULL.
Code: Select all
ac_Func (*()(struct ARexxCmd *, struct RexxMsg *))
A pointer to the function that will be called when this
command is received by your programme. The function will
get passed a pointer to its ARexxCmd entry and the RexxMsg
structure received for the command. You may use this
for setting ARexx variables but please note that it may
be NULL.
Btw, apart from 'bots' is anyone else paying any attention to these 'detections'?
OldFart