Module: ReservedNames::Win32::API::Net

Extended by:
Chef::ReservedNames::Win32::API
Defined in:
lib/chef/win32/api/net.rb

Defined Under Namespace

Modules: StructHelpers Classes: LOCALGROUP_INFO_0, LOCALGROUP_INFO_1, LOCALGROUP_MEMBERS_INFO_0, LOCALGROUP_MEMBERS_INFO_3, USER_INFO_3, USE_INFO_2

Constant Summary collapse

FILTER_TEMP_DUPLICATE_ACCOUNT =
0x0001
FILTER_NORMAL_ACCOUNT =
0x0002
FILTER_INTERDOMAIN_TRUST_ACCOUNT =
0x0008
FILTER_WORKSTATION_TRUST_ACCOUNT =
0x0010
FILTER_SERVER_TRUST_ACCOUNT =
0x0020
MAX_PREFERRED_LENGTH =
0xFFFF
DOMAIN_GROUP_RID_USERS =
0x00000201
UF_SCRIPT =
0x000001
UF_ACCOUNTDISABLE =
0x000002
UF_PASSWD_CANT_CHANGE =
0x000040
UF_NORMAL_ACCOUNT =
0x000200
UF_DONT_EXPIRE_PASSWD =

cspell:disable-next-line

0x010000
USE_NOFORCE =
0
USE_FORCE =
1
USE_LOTS_OF_FORCE =

every windows API should support this flag

2
NERR_Success =

rubocop:disable Naming/ConstantName

0
ERROR_MORE_DATA =
234