--- In [email protected], "brucexs" <bswit...@...> wrote:
>
> I uploaded powerpro.exe version 4.9m7 
> 
> http://powerpro.webeddie.com/download/powerpro.exe
> 
> which adds new plugin service at end of current list
> 
> LPSTR (*CallPlugin)(LPSTR pszMod, LPSTR pszService, LPSTR pszBuf, UINT 
> nArgs,...);
> 
> Note the ... for variable number of args.  Use as follows:
> 
> (ppsv->CallPlugin)(LPSTR pszMod, LPSTR pszService, LPSTR pszBuf, UINT nargs, 
> psz1, psz2, ...);
> 
> Calls Plugin  pszMod, service pszService, with output buffer (ie szargs[0]) 
> set to pszBuf and remaining arguments psz1, psz, etc. in szargs[1], szargs[2] 
> etc  as specified by variable arguments after nargs; these remaining 
> arguments must all be LPSTR.  


pszBuf should be 531 chars long, or you don't care, or??



Reply via email to