Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Identifies the type of UI component that is needed in the shell.
Syntax
typedef enum {
SHELL_UI_COMPONENT_TASKBARS = 0,
SHELL_UI_COMPONENT_NOTIFICATIONAREA = 1,
SHELL_UI_COMPONENT_DESKBAND = 2
} SHELL_UI_COMPONENT;
Constants
SHELL_UI_COMPONENT_TASKBARSValue: 0 This UI component is a taskbar icon. |
SHELL_UI_COMPONENT_NOTIFICATIONAREAValue: 1 This UI component is an icon in the notification area. |
SHELL_UI_COMPONENT_DESKBANDValue: 2 This UI component is a deskband icon. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps only] |
| Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
| Header | shellscalingapi.h |