ole32: Parameter question
2 Jul
2007
2 Jul
'07
8:11 p.m.
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.
2 Jul
2 Jul
10:04 p.m.
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 LPVOID *. -- Rob Shearman
6828
Age (days ago)
6828
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Talbot -
Robert Shearman