summaryrefslogtreecommitdiff
path: root/src/inc/clrprivbinding.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/clrprivbinding.idl')
-rw-r--r--src/inc/clrprivbinding.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/inc/clrprivbinding.idl b/src/inc/clrprivbinding.idl
index 5261f076d1..284bc96bf0 100644
--- a/src/inc/clrprivbinding.idl
+++ b/src/inc/clrprivbinding.idl
@@ -91,6 +91,16 @@ interface ICLRPrivBinder : IUnknown
[in] LPVOID pvAssemblySpec,
[out] HRESULT * pResult,
[out] ICLRPrivAssembly ** ppAssembly);
+
+ /**********************************************************************************
+ ** GetLoaderAllocator
+ ** Get LoaderAllocator for binders that contain it. For other binders, return
+ ** E_FAIL
+ **
+ ** pLoaderAllocator - when successful, constains the returned LoaderAllocator
+ **********************************************************************************/
+ HRESULT GetLoaderAllocator(
+ [out, retval] LPVOID * pLoaderAllocator);
};
enum CLR_PRIV_BINDER_FLAGS