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.
Could anyone, please, help me to find the header file, which contains the declaration
Share
Those codes are in CorError.h. Just
#include <corerror.h>and they’ll be available.