USER_INFO_1018 structure (lmaccess.h)

The USER_INFO_1018 structure contains the maximum amount of disk space available to a network user account. This information level is valid only when you call the NetUserSetInfo function.

Syntax

typedef struct _USER_INFO_1018 {
  DWORD usri1018_max_storage;
} USER_INFO_1018, *PUSER_INFO_1018, *LPUSER_INFO_1018;

Members

usri1018_max_storage

Specifies a DWORD value that indicates the maximum amount of disk space the user can use. The user is specified in the username parameter to the NetUserSetInfo function.

You must specify USER_MAXSTORAGE_UNLIMITED to indicate that there is no restriction on disk space.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header lmaccess.h (include Lm.h)

See also

NetUserSetInfo

Network Management Overview

Network Management Structures

User Functions