Commit 36b0323c authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

mscoree: Define interface IManagedObject.

parent b07408cf
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment