summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorAndrew Au <andrewau@microsoft.com>2018-11-05 11:34:49 -0800
committerAndrew Au <cshung@gmail.com>2018-11-06 18:34:47 -0800
commit53e0cce55692cd568a1dce218a2089146aa8e4f8 (patch)
tree4c687e6e19a0bc7922eb248f0fc6e6b69b747d57 /src/inc
parent6b58f84275cc05ff3fbf003a70a5034fa5ecdf77 (diff)
downloadcoreclr-53e0cce55692cd568a1dce218a2089146aa8e4f8.tar.gz
coreclr-53e0cce55692cd568a1dce218a2089146aa8e4f8.tar.bz2
coreclr-53e0cce55692cd568a1dce218a2089146aa8e4f8.zip
Pull out GetContainingObject
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/cordebug.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/inc/cordebug.idl b/src/inc/cordebug.idl
index 829a5d8b77..254a7dbc33 100644
--- a/src/inc/cordebug.idl
+++ b/src/inc/cordebug.idl
@@ -6237,28 +6237,6 @@ interface ICorDebugValue3 : IUnknown
};
-[
- object,
- local,
- uuid(C54C6A4A-ADC4-4969-AEF4-BDC548720018),
- pointer_default(unique)
-]
-interface ICorDebugValue4 : IUnknown
-{
- //
- // Given a value, returns the containing object.
- //
- // Parameters
- // ppContainingObject - [out] An ICorDebugObjectValue that represents the containing object.
- //
- // Returns
- // S_OK - on success
- // S_FALSE - if the value is not inside an object
- // E_POINTER - ppContainingObject is NULL
- //
- HRESULT GetContainingObject([out] ICorDebugObjectValue** ppContainingObject);
-};
-
/*
* ICorDebugGenericValue is a subclass of ICorDebugValue which applies to
* all values, and can be used to get & set the value. It is a