You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
334 B
12 lines
334 B
#ifndef __ADSRC_H__
|
|
#define __ADSRC_H__
|
|
|
|
#define ADS_BUILTIN 500000
|
|
#define ADS_NT_AUTHORITY 500001
|
|
#define ADS_ACCOUNT_OPERATORS 500002
|
|
#define ADS_PRINT_OPERATORS 500003
|
|
#define ADS_BACKUP_OPERATORS 500004
|
|
#define ADS_SERVER_OPERATORS 500005
|
|
#define ADS_PRE_WIN2000 500006
|
|
|
|
#endif
|