--- In [email protected], "qzzyyx" <blackh...@...> wrote: > > P.S. Will szargs[0][0] always be NUL when a service is called? Thanks. > > - Vince >
Yes. And in addition, *(szargs+i) point to the null string for i>nargs.
--- In [email protected], "qzzyyx" <blackh...@...> wrote: > > P.S. Will szargs[0][0] always be NUL when a service is called? Thanks. > > - Vince >
Yes. And in addition, *(szargs+i) point to the null string for i>nargs.