Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Identifica el tipo de componente de interfaz de usuario necesario en el shell.
Syntax
typedef enum {
SHELL_UI_COMPONENT_TASKBARS = 0,
SHELL_UI_COMPONENT_NOTIFICATIONAREA = 1,
SHELL_UI_COMPONENT_DESKBAND = 2
} SHELL_UI_COMPONENT;
Constantes
SHELL_UI_COMPONENT_TASKBARSValor: 0 Este componente de interfaz de usuario es un icono de barra de tareas. |
SHELL_UI_COMPONENT_NOTIFICATIONAREAValor: 1 Este componente de interfaz de usuario es un icono en el área de notificación. |
SHELL_UI_COMPONENT_DESKBANDValor: 2 Este componente de interfaz de usuario es un icono de banda de escritorio. |
Requisitos
| Requisito | Value |
|---|---|
| Cliente mínimo compatible | Windows 8.1 [solo aplicaciones de escritorio] |
| Servidor mínimo compatible | Windows Server 2012 R2 [solo aplicaciones de escritorio] |
| Encabezado | shellscalingapi.h |