ExcepInfoProc typedef

ExcepInfoProc = IntPtr Function(Pointer<EXCEPINFO>)

Application-defined callback function used with the IDispatch::Invoke function to defer filling in bstrDescription, bstrHelpFile, and dwHelpContext fields until they are needed.

Implementation

typedef ExcepInfoProc = IntPtr Function(Pointer<EXCEPINFO>);