DFS_INFO_150 structure
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 SdLengthReserved; PSECURITY_DESCRIPTOR pSecurityDescriptor; } DFS_INFO_150, *PDFS_INFO_150;
Members
- SdLengthReserved
-
This member is reserved for system use.
- 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.
Requirements
|
Minimum supported client |
Windows Vista with SP1 |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also