IDebugSessionProperty2

Undocumented in source.
version(Windows && USE_MAGO)
interface IDebugSessionProperty2 : IDebugProperty3 {}

Members

Functions

Close
HRESULT Close()
Undocumented in source.
GetThread
HRESULT GetThread(IDebugThread3* ppThread)
Undocumented in source.

Static variables

iid
GUID iid;
Undocumented in source.

Inherited Members

From IDebugProperty3

iid
GUID iid;
Undocumented in source.
GetStringCharLength
HRESULT GetStringCharLength(ULONG* pLen)
Undocumented in source.
GetStringChars
HRESULT GetStringChars(ULONG buflen, WCHAR* rgString, ULONG* pceltFetched)
Undocumented in source.
CreateObjectID
HRESULT CreateObjectID()
Undocumented in source.
DestroyObjectID
HRESULT DestroyObjectID()
Undocumented in source.
GetCustomViewerCount
HRESULT GetCustomViewerCount(ULONG* pcelt)
Undocumented in source.
GetCustomViewerList
HRESULT GetCustomViewerList(ULONG celtSkip, ULONG celtRequested, DEBUG_CUSTOM_VIEWER* rgViewers, ULONG* pceltFetched)
Undocumented in source.
SetValueAsStringWithError
HRESULT SetValueAsStringWithError(LPCOLESTR pszValue, DWORD dwRadix, DWORD dwTimeout, BSTR* errorString)
Undocumented in source.

Meta