summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2018-05-15 13:54:46 -0700
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commit731dd75e3dfe7f2ef6f857121c0eb2e460d38bce (patch)
treedfc432ca542ca5db7e986f6482233d538b6e46aa /src/inc
parent4d3bde0a60d1344590ca1643f8b9c2d9e758ae4e (diff)
downloadcoreclr-731dd75e3dfe7f2ef6f857121c0eb2e460d38bce.tar.gz
coreclr-731dd75e3dfe7f2ef6f857121c0eb2e460d38bce.tar.bz2
coreclr-731dd75e3dfe7f2ef6f857121c0eb2e460d38bce.zip
ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/cordebug.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/cordebug.idl b/src/inc/cordebug.idl
index 0faaa7a505..7f13bf680c 100644
--- a/src/inc/cordebug.idl
+++ b/src/inc/cordebug.idl
@@ -3267,7 +3267,7 @@ interface ICorDebugProcess8 : IUnknown
]
interface ICorDebugProcess9 : IUnknown
{
- HRESULT GetContainerObject([in] CORDB_ADDRESS interiorPointer, [out] ICorDebugValue** ppContainerObject);
+ HRESULT GetContainerObject([in] CORDB_ADDRESS interiorPointer, [out] ICorDebugObjectValue** ppContainerObject);
}
// Event types MODULE_LOADED and MODULE_UNLOADED implement this interface