Microsoft SDK for Java

IJavaEventMonitorIDInfo::
ObjectInformation

The ObjectInformation method of the IJavaEventMonitorIDInfo interface retrieves information about an object (an instance of a class). The profiler passes the ObjectID of the object to be profiled.

Syntax

HRESULT ObjectInformation(ObjectID object_id, ClassID *pclass_id);

Return Value

The ClassID of an object.

Parameters

[in] object_id The ObjectID of the object to be profiled.
[out] *pclass_id The ClassID of an object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.