包含 DFS 链接的重分析点的安全描述符。 此结构仅用于 NetDfsGetInfo 和 NetDfsSetInfo 函数。
语法
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;
成员
SecurityDescriptorLength
pSecurityDescriptor
指向 SECURITY_DESCRIPTOR 结构的指针,该结构指定要与 DFS 链接的重分析点关联的自相对安全描述符。 此字段仅对 DFS 链接有效。
SdLengthReserved
此成员保留供系统使用。
要求
| 最低受支持的客户端 | Windows Vista SP1 |
| 最低受支持的服务器 | Windows Server 2008 |
| 标头 | lmdfs.h (包括 LmDfs.h、Lm.h) |