On 8/20/2013 13:21, Alistair Leslie-Hughes wrote:
Hi, Yes we do just take the pointer (pErrorInfo) passed in. MSDN states that the caller responsible for this memory.
It means caller could free it at any time (or it could be a stack variable), so you have to make a deep copy.
Changelog: oledb32: Implement IErrorRecord AddErrorRecord
Best Regards Alistair Leslie-Hughes
On 20/08/2013 7:29 PM, Nikolay Sivov wrote:
On 8/20/2013 13:21, Alistair Leslie-Hughes wrote:
Hi, Yes we do just take the pointer (pErrorInfo) passed in. MSDN states that the caller responsible for this memory.
It means caller could free it at any time (or it could be a stack variable), so you have to make a deep copy.
I'll update it to be a deep copy.
Alistair