Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.