MetaVersionedInfoClassKey Class
This class inherits all the properties of the IMetaVersionedInfoKey interface and adds ClassName and ClassID properties to each object key.
get_ClassName
Purpose:
Returns the name of the class for this object.
Syntax:
HRESULT get_ClassName(
[out, retval] BSTR* Name);
get_ClassID
Purpose:
Returns the object id (LOID) of the class of this object.
Syntax:
HRESULT get_ClassID(
[out, retval] long* id);