共用方式為


DFS_INFO_150結構 (lmdfs.h)

包含 DFS 連結重新分析點的安全性描述項。 此結構僅適用于 NetDfsGetInfoNetDfsSetInfo 函 式。

語法

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)

另請參閱

分散式檔案系統函式

NetDfsGetInfo

NetDfsSetInfo