--- In [email protected], "qzzyyx" <blackh...@...> wrote: > > How do I see the args?
The variable nargs is a value between 0 and 23 to indicate the number of arguments used to call the plugin service. Pointers to the arguments are stored in string array szArgs. Argument 1 is at *(szArgs+1), argument 2 is at *(szArgs+2), and so on. The pointers can point at strings of any length. For arguments greater than narg, the parameters will point at empty strings. Is this not working for you?
