question

JamesKwak-3472 avatar image
0 Votes"
JamesKwak-3472 asked

Need more information about IActiveScriptError OnScriptError

I need more information when the scripting engine encounters an unhandled error like insufficient memory(when it occurs, how much used, ...).
All information is passed through EXCEPINFO structure and it has the following fields.
- bstrDescription
- bstrHelpFile
- bstrSource
- dwHelpContext
- pfnDeferredFillIn
- pvReserved
- scode
- wCode
- wReserved

https://docs.microsoft.com/en-us/dotnet/api/stdole.excepinfo?view=visualstudiosdk-2019

But I could not find any information on these fields.
I really want to know more information about OnScriptError.

Thank you in advance.


c++
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers