Re: ole32: Parameter question

2007-07-02 Thread Robert Shearman
Andrew Talbot wrote: Hi, In ole32/ifs.c:RemoveMemoryLocation(), should the parameter be a LPVOID *, or should it be just a LPVOID (or LPCVOID, to be more precise)? I want to constify it, but I'm uncertain if its current depth of indirection is correct. Yes, it should be LPVOID instead of LP

ole32: Parameter question

2007-07-02 Thread Andrew Talbot
Hi, In ole32/ifs.c:RemoveMemoryLocation(), should the parameter be a LPVOID *, or should it be just a LPVOID (or LPCVOID, to be more precise)? I want to constify it, but I'm uncertain if its current depth of indirection is correct. Thanks, -- Andy.