VARFLAGS 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.
This enumeration supports a bitwise combination of its member values.
public enum class VARFLAGS
public enum class VARFLAGS
enum VARFLAGS
[System.Flags]
public enum VARFLAGS
[<System.Flags>]
type VARFLAGS =
Public Enum VARFLAGS
- Inheritance
-
VARFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
VARFLAG_FREADONLY | 1 | |
VARFLAG_FSOURCE | 2 | |
VARFLAG_FBINDABLE | 4 | |
VARFLAG_FREQUESTEDIT | 8 | |
VARFLAG_FDISPLAYBIND | 16 | |
VARFLAG_FDEFAULTBIND | 32 | |
64 | ||
VARFLAG_FRESTRICTED | 128 | |
VARFLAG_FDEFAULTCOLLELEM | 256 | |
VARFLAG_FUIDEFAULT | 512 | |
VARFLAG_FNONBROWSABLE | 1024 | |
VARFLAG_FREPLACEABLE | 2048 | |
VARFLAG_FIMMEDIATEBIND | 4096 |