Could anyone, please, help me to find the header file, which contains the declaration of HRESULTs returned by ExecuteInDefaultAppDomain()
function. The compiler doesn't see the values documented in MSDN: HOST_E_CLRNOTAVAILABLE
, HOST_E_NOT_OWNER
etc. Note, that <MSCorEE.h>
is included.
Those codes are in CorError.h. Just #include <corerror.h>
and they'll be available.
They are defined in corerror.h.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With