EXCEPINFO cleanup
-
I suppose that an EXCEPINFO structure filled by IDispatch::Invoke should be cleared after use. Do I have to do this manually, or is there an API function for this? "God doesn't play dice" - Albert Einstein "God not only plays dice, He sometimes throws the dices where they cannot be seen" - Niels Bohr
-
I suppose that an EXCEPINFO structure filled by IDispatch::Invoke should be cleared after use. Do I have to do this manually, or is there an API function for this? "God doesn't play dice" - Albert Einstein "God not only plays dice, He sometimes throws the dices where they cannot be seen" - Niels Bohr
In the latest version of VS, EXCEPINFO structure is replaced with EXCEPINFO class. So i don't think we need to manually clear that. Appu.. "If you judge people, you have no time to love them."
-
In the latest version of VS, EXCEPINFO structure is replaced with EXCEPINFO class. So i don't think we need to manually clear that. Appu.. "If you judge people, you have no time to love them."
nicenaidu wrote:
So i don't think we need to manually clear that.
Except that I'm doing it through the straight C++ IDispatch class :-). No fancy ATL classes or .NET wrappers are going to help me here. "God doesn't play dice" - Albert Einstein "God not only plays dice, He sometimes throws the dices where they cannot be seen" - Niels Bohr