IDebugSymbolProvider::GetContainerField
This method gets the field that contains the debug address.
HRESULT GetContainerField(
IDebugAddress* pAddress,
IDebugContainerField** ppContainerField
);
int GetContainerField(
IDebugAddress pAddress,
out IDebugContainerField ppContainerField
);
Parameters
pAddress
[in] The address as represented by an IDebugAddress interface.ppContainerField
[out] Returns a container field represented by an IDebugContainerField interface.
Return Value
If successful, returns S_OK; otherwise, returns an error code.