USERCLASSTYPE

The USERCLASSTYPE enumeration constants indicate the different variants of the display name associated with a class of objects. They are used in the IOleObject::GetUserType method and the OleRegGetUserType function.

typedef enum tagUSERCLASSTYPE 
{ 
    USERCLASSTYPE_FULL       = 1, 
    USERCLASSTYPE_SHORT      = 2, 
    USERCLASSTYPE_APPNAME    = 3, 
} USERCLASSTYPE; 
 

Elements

USERCLASSTYPE_FULL
The full type name of the class.
USERCLASSTYPE_SHORT
A short name (maximum of 15 characters) that is used for popup menus and the Links dialog box.
USERCLASSTYPE_APPNAME
The name of the application servicing the class and is used in the Result text in dialog boxes.

See Also

IOleObject::GetUserType, OleRegGetUserType