IDebugObject2::GetField
Gets the type of this object.
HRESULT GetField(
IDebugField** ppField
);
int GetField(
out IDebugField ppField
);
Parameters
- ppField
[out] Returns an IDebugField object if not a null value.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
A field describes the type of the object.