DFS_INFO_150 structure (lmdfs.h)

Contains the security descriptor for a DFS link's reparse point. This structure is only for use with the NetDfsGetInfo and NetDfsSetInfo functions.

Syntax

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

Pointer to a SECURITY_DESCRIPTOR structure that specifies a self-relative security descriptor to be associated with the DFS link's reparse point. This field is valid for DFS links only.

SdLengthReserved

This member is reserved for system use.

Requirements

Requirement Value
Minimum supported client Windows Vista with SP1
Minimum supported server Windows Server 2008
Header lmdfs.h (include LmDfs.h, Lm.h)

See also

Distributed File System Functions

NetDfsGetInfo

NetDfsSetInfo