TOKEN_APPCONTAINER_INFORMATION structure (winnt.h)
La structure TOKEN_APPCONTAINER_INFORMATION spécifie toutes les informations d’un jeton nécessaires pour un conteneur d’application.
Syntaxe
typedef struct _TOKEN_APPCONTAINER_INFORMATION {
PSID TokenAppContainer;
} TOKEN_APPCONTAINER_INFORMATION, *PTOKEN_APPCONTAINER_INFORMATION;
Membres
TokenAppContainer
Identificateur de sécurité (SID) du conteneur d’application.
Configuration requise
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | winnt.h |