estructura LSA_ENUMERATION_INFORMATION (ntsecapi.h)

La estructura LSA_ENUMERATION_INFORMATION se usa con la función LsaEnumerateAccountsWithUserRight para devolver un puntero a un SID.

Sintaxis

typedef struct _LSA_ENUMERATION_INFORMATION {
  PSID Sid;
} LSA_ENUMERATION_INFORMATION, *PLSA_ENUMERATION_INFORMATION;

Miembros

Sid

Puntero a un SID.

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado ntsecapi.h

Consulte también

LsaEnumerateAccountsWithUserRight