Edit

Share via


IDebugSymbolProvider::GetContainerField

This method gets the field that contains the debug address.

Syntax

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.

See also