[PATCH] Add interface IManagedObject

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Jun 28 07:34:03 CDT 2011


---
 include/mscoree.idl |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/include/mscoree.idl b/include/mscoree.idl
index f8698cb..4160264 100644
--- a/include/mscoree.idl
+++ b/include/mscoree.idl
@@ -224,3 +224,17 @@ interface ICLRRuntimeHost : IUnknown
                                       [in] LPCWSTR pwzArgument,
                                       [out] DWORD *pReturnValue);
 }
+
+[
+    uuid(C3FCC19E-A970-11d2-8B5A-00A0C9B7C9C4),
+    local,
+    object
+]
+interface IManagedObject : IUnknown
+{
+    HRESULT GetSerializedBuffer([out] BSTR *pBSTR);
+
+    HRESULT GetObjectIdentity([out] BSTR *pBSTRGUID,
+                              [out] int *AppDomainID,
+                             [out] int *pCCW);
+}
-- 
1.7.4.1


--------------000203050001030407000603--



More information about the wine-patches mailing list