IDebugPropertyClose2

Undocumented in source.
version(Windows && USE_MAGO)
interface IDebugPropertyClose2 : IDebugProperty2 {}

Members

Functions

Close
HRESULT Close()
Undocumented in source.

Static variables

iid
GUID iid;
Undocumented in source.

Inherited Members

From IDebugProperty2

iid
GUID iid;
Undocumented in source.
GetPropertyInfo
HRESULT GetPropertyInfo(DEBUGPROP_INFO_FLAGS dwFields, DWORD dwRadix, DWORD dwTimeout, IDebugReference2* rgpArgs, DWORD dwArgCount, DEBUG_PROPERTY_INFO* pPropertyInfo)
Undocumented in source.
SetValueAsString
HRESULT SetValueAsString(LPCOLESTR pszValue, DWORD dwRadix, DWORD dwTimeout)
Undocumented in source.
SetValueAsReference
HRESULT SetValueAsReference(IDebugReference2* rgpArgs, DWORD dwArgCount, IDebugReference2 pValue, DWORD dwTimeout)
Undocumented in source.
EnumChildren
HRESULT EnumChildren(DEBUGPROP_INFO_FLAGS dwFields, DWORD dwRadix, GUID* guidFilter, DBG_ATTRIB_FLAGS dwAttribFilter, LPCOLESTR pszNameFilter, DWORD dwTimeout, IEnumDebugPropertyInfo2* ppEnum)
Undocumented in source.
GetParent
HRESULT GetParent(IDebugProperty2* ppParent)
Undocumented in source.
GetDerivedMostProperty
HRESULT GetDerivedMostProperty(IDebugProperty2* ppDerivedMost)
Undocumented in source.
GetMemoryBytes
HRESULT GetMemoryBytes(IDebugMemoryBytes2* ppMemoryBytes)
Undocumented in source.
GetMemoryContext
HRESULT GetMemoryContext(IDebugMemoryContext2* ppMemory)
Undocumented in source.
GetSize
HRESULT GetSize(DWORD* pdwSize)
Undocumented in source.
GetReference
HRESULT GetReference(IDebugReference2* ppReference)
Undocumented in source.
GetExtendedInfo
HRESULT GetExtendedInfo(GUID* guidExtendedInfo, VARIANT* pExtendedInfo)
Undocumented in source.

Meta