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_FULLValue: 1 The full type name of the class. |
USERCLASSTYPE_SHORTValue: 2 A short name (maximum of 15 characters) that is used for popup menus and the Links dialog box. |
USERCLASSTYPE_APPNAMEValue: 3 The name of the application servicing the class and is used in the result text in dialog boxes. |
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | oleidl.h |