Merge pull request #5573 from lateralusX/lateralusX/windows-invalid-socket-error
[mono.git] / mono / metadata / appdomain-icalls.h
index 63e17e2dded29093b2e5fc254b5a9af500013179..d0e3345ad4b894ce7ee0e799ee33a00adb99b0f4 100644 (file)
@@ -1,4 +1,5 @@
-/*
+/**
+ * \file
  * Appdomain-related icalls.
  * Copyright 2016 Microsoft
  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
@@ -74,7 +75,7 @@ ves_icall_System_AppDomain_InternalUnload          (gint32 domain_id,
                                                    MonoError *error);
 
 void
-ves_icall_System_AppDomain_DoUnhandledException (MonoException *exc);
+ves_icall_System_AppDomain_DoUnhandledException (MonoExceptionHandle exc, MonoError *error);
 
 gint32
 ves_icall_System_AppDomain_ExecuteAssembly         (MonoAppDomainHandle ad,
@@ -97,14 +98,14 @@ ves_icall_System_AppDomain_InternalPushDomainRefByID (gint32 domain_id, MonoErro
 void
 ves_icall_System_AppDomain_InternalPopDomainRef (MonoError *error);
 
-MonoAppContext * 
-ves_icall_System_AppDomain_InternalGetContext      (void);
+MonoAppContextHandle
+ves_icall_System_AppDomain_InternalGetContext      (MonoError *error);
 
-MonoAppContext * 
-ves_icall_System_AppDomain_InternalGetDefaultContext      (void);
+MonoAppContextHandle
+ves_icall_System_AppDomain_InternalGetDefaultContext      (MonoError *error);
 
-MonoAppContext * 
-ves_icall_System_AppDomain_InternalSetContext     (MonoAppContext *mc);
+MonoAppContextHandle
+ves_icall_System_AppDomain_InternalSetContext     (MonoAppContextHandle mc, MonoError *error);
 
 gint32 
 ves_icall_System_AppDomain_GetIDFromDomain (MonoAppDomain * ad);