This topic has not yet been rated - Rate this topic

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.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.