DWFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DWFLAGS
public enum DWFLAGS
type DWFLAGS =
Public Enum DWFLAGS
- Inheritance
-
DWFLAGS
Fields
Name | Value | Description |
---|---|---|
SET_FEATURE_ON_THREAD | 1 | Takes the value 0X00000001 |
SET_FEATURE_ON_PROCESS | 2 | Takes the value 0X00000002 |
SET_FEATURE_IN_REGISTRY | 4 | Takes the value 0X00000004 |
SET_FEATURE_ON_THREAD_LOCALMACHINE | 8 | Takes the value 0X00000008 |
SET_FEATURE_ON_THREAD_INTRANET | 16 | Takes the value 0X00000010 |
SET_FEATURE_ON_THREAD_TRUSTED | 32 | Takes the value 0X00000020 |
SET_FEATURE_ON_THREAD_INTERNET | 64 | Takes the value 0X00000040 |
SET_FEATURE_ON_THREAD_RESTRICTED | 128 | Takes the value 0X00000080 |