Platform SDK: Network Management

security_info_1

Windows 95/98: The security_info_1 structure contains information about a server's security level.

Windows NT/2000: This structure is not supported on Windows NT/Windows 2000.

struct _security_info_1 {
    unsigned long  sec1_security;
    char FAR *     sec1_container;
    char FAR *     sec1_ab_server;
    char FAR *     sec1_ab_dll;
};
 

Members

sec1_security
Specifies an unsigned long variable that indicates the security level on the specified server. This member can be one of the following values.
Value Meaning
SEC_SECURITY_SHARE Share-level security
SEC_SECURITY_WINNT User-level security (Windows NT workstation)
SEC_SECURITY_WINNTAS User-level security (Windows NT domain)
SEC_SECURITY_NETWARE User-level security (NetWare 3.x)

sec1_container
TBD.
sec1_ab_server
TBD.
sec1_ab_dll
TBD.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Svrapi.h.

See Also

Network Management Overview, Network Management Structures, NetSecurityGetInfo