SHARE_INFO_1501 structure (lmshare.h)
Contains the security descriptor associated with the specified share. For more information, see Security Descriptors.
Syntax
typedef struct _SHARE_INFO_1501 {
DWORD shi1501_reserved;
PSECURITY_DESCRIPTOR shi1501_security_descriptor;
} SHARE_INFO_1501, *PSHARE_INFO_1501, *LPSHARE_INFO_1501;
Members
shi1501_reserved
Reserved; must be zero.
shi1501_security_descriptor
Specifies the SECURITY_DESCRIPTOR associated with the share.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | lmshare.h (include Lm.h) |