struttura TRUSTED_POSIX_OFFSET_INFO (ntsecapi.h)

La struttura TRUSTED_POSIX_OFFSET_INFO viene usata per eseguire query o impostare il valore usato per generare identificatori utente e gruppo Posix. Le funzioni LsaQueryTrustedDomainInfo e LsaSetTrustedDomainInformation usano questa struttura quando i parametri InformationClass sono impostati su TrustedPosixOffsetInformation.

Sintassi

typedef struct _TRUSTED_POSIX_OFFSET_INFO {
  ULONG Offset;
} TRUSTED_POSIX_OFFSET_INFO, *PTRUSTED_POSIX_OFFSET_INFO;

Members

Offset

Offset usato dal sistema per generare identificatori di utente e gruppo Posix che corrispondono a un SID specificato. Per generare un identificatore Posix, il sistema aggiunge il RID dal SID all'offset Posix del dominio attendibile identificato dal SID.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecapi.h

Vedi anche

LsaQueryTrustedDomainInfo

LsaSetTrustedDomainInformation

TRUSTED_INFORMATION_CLASS