FUNCFLAGS 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 FUNCFLAGS
public enum class FUNCFLAGS
enum FUNCFLAGS
[System.Flags]
public enum FUNCFLAGS
[<System.Flags>]
type FUNCFLAGS =
Public Enum FUNCFLAGS
- Inheritance
-
FUNCFLAGS
- Attributes
Fields
FUNCFLAG_FBINDABLE | 4 | |
FUNCFLAG_FDEFAULTBIND | 32 | |
FUNCFLAG_FDEFAULTCOLLELEM | 256 | |
FUNCFLAG_FDISPLAYBIND | 16 | |
64 | ||
FUNCFLAG_FIMMEDIATEBIND | 4096 | |
FUNCFLAG_FNONBROWSABLE | 1024 | |
FUNCFLAG_FREPLACEABLE | 2048 | |
FUNCFLAG_FREQUESTEDIT | 8 | |
FUNCFLAG_FRESTRICTED | 1 | |
FUNCFLAG_FSOURCE | 2 | |
FUNCFLAG_FUIDEFAULT | 512 | |
FUNCFLAG_FUSESGETLASTERROR | 128 |