structure _WTS_DISPLAY_IOCTL (wtsdefs.h)
Contient des informations sur l’affichage du client.
Syntaxe
typedef struct _WTS_DISPLAY_IOCTL {
BYTE pDisplayIOCtlData[WTS_MAX_DISPLAY_IOCTL_DATA];
ULONG cbDisplayIOCtlData;
} _WTS_DISPLAY_IOCTL, WTS_DISPLAY_IOCTL, *PWTS_DISPLAY_IOCTL, _WRDS_DISPLAY_IOCTL;
Membres
pDisplayIOCtlData[WTS_MAX_DISPLAY_IOCTL_DATA]
Tableau d’octets qui contient des informations sur l’affichage du client.
cbDisplayIOCtlData
Entier qui spécifie la taille du tableau d’octets.
Spécifications
Client minimal pris en charge | Aucun pris en charge |
Serveur minimal pris en charge | Windows Server 2008 R2 |
En-tête | wtsdefs.h (include Wtsprotocol.h) |