Share via


DFS_INFO_150 struttura (lmdfs.h)

Contiene il descrittore di sicurezza per il punto di ripristino del collegamento DFS. Questa struttura è utilizzata solo con le funzioni NetDfsGetInfo e NetDfsSetInfo .

Sintassi

typedef struct _DFS_INFO_150 {
  ULONG                SecurityDescriptorLength;
#if ...
  PUCHAR               pSecurityDescriptor;
  ULONG                SdLengthReserved;
#else
  PSECURITY_DESCRIPTOR pSecurityDescriptor;
#endif
} DFS_INFO_150, *PDFS_INFO_150, *LPDFS_INFO_150;

Members

SecurityDescriptorLength

pSecurityDescriptor

Puntatore a una struttura SECURITY_DESCRIPTOR che specifica un descrittore di sicurezza self-relativo da associare al punto di ripristino del collegamento DFS. Questo campo è valido solo per i collegamenti DFS.

SdLengthReserved

Questo membro è riservato per l'uso del sistema.

Requisiti

   
Client minimo supportato Windows Vista con SP1
Server minimo supportato Windows Server 2008
Intestazione lmdfs.h (include LmDfs.h, Lm.h)

Vedi anche

Funzioni di file system distribuite

NetDfsGetInfo

NetDfsSetInfo