USERCLASSTYPE enumeration (oleidl.h)

Indicates the different variants of the display name associated with a class of objects.

Syntax

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

Constants

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

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header oleidl.h

See also

IOleObject::GetUserType

OleRegGetUserType