Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.