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.
9 lines
352 B
9 lines
352 B
#pragma once
|
|
|
|
#define F_WORKS 0x00000000
|
|
#define F_WRONGOS 0x00000001
|
|
#define F_NO_REG_KEY 0x00000002
|
|
#define F_NO_AUDITING_SOURCE 0x00000004
|
|
#define F_NO_AUDITING_TARGET 0x00000008
|
|
#define F_NO_LOCAL_GROUP 0x00000010
|
|
#define F_NOT_DOMAIN_ADMIN 0x00000020
|