USERCLASSTYPE enumeration
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
-
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.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: