estructura TOKEN_APPCONTAINER_INFORMATION (winnt.h)
La estructura TOKEN_APPCONTAINER_INFORMATION especifica toda la información de un token necesario para un contenedor de aplicaciones.
Sintaxis
typedef struct _TOKEN_APPCONTAINER_INFORMATION {
PSID TokenAppContainer;
} TOKEN_APPCONTAINER_INFORMATION, *PTOKEN_APPCONTAINER_INFORMATION;
Miembros
TokenAppContainer
Identificador de seguridad (SID) del contenedor de aplicaciones.
Requisitos
Cliente mínimo compatible | Windows 8 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2012 [solo aplicaciones de escritorio] |
Encabezado | winnt.h |