Platform SDK: Network Management

SHARE_INFO_1501

The SHARE_INFO_1501 structure contains the security descriptor associated with the specified share.

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

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Lmshare.h.

See Also

Network Management Overview, Network Management Structures, Share Functions, NetShareSetInfo