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.
This method gets the container of a field.
HRESULT GetContainer(
IDebugContainerField** ppContainerField
);
int GetContainer(
out IDebugContainerField ppContainerField
);
Parameters
- ppContainerField
[out] Returns the container as represented by the IDebugContainerField interface.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
If this field does not have a container, the returned ppContainerField will be a null value.