--- In [email protected], "brucexs" <bswit...@...> wrote: > > > - com plugin calls back to set variable with null string as argument; note > > that foreach(0, ...) passes null for variable name.
> Null _pointer_ (not null string) So when pp calls forEach(UINT uiCode, DWORD dwHan, LPSTR pszVarName, LPSTR pszObjHan) if uiCode is 0, pszVarName is NULL? That would blow my code.
