classid property

Sets or retrieves the class identifier for the object.

Syntax

HRESULT value = object.put_classid( v);HRESULT value = object.get_classid(* p);

Property values

Type: BSTR

the class identifier for the object.

Remarks

The format the classid string is "clsid:XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" for registered Microsoft ActiveX Controls.