Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | oleidl.h |