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 object that this visualizer represents.
HRESULT GetObjectForVisualizer(
IDebugObject** ppObject
);
int GetObjectForVisualizer(
out IDebugObject ppObject
);
Parameters
- ppObject
[out] The object being represented by this visualizer
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
GetObjectForVisualizer is allowed to return a cached version of the object. If the caller wants to make sure that the object is up to date, then it will call IEEVisualizerDataProvider::GetNewObjectForVisualizer.