Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FUNCFLAGS.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
[Flags]
4
public
enum
FUNCFLAGS
:
short
5
{
6
FUNCFLAG_FRESTRICTED
= 1,
7
FUNCFLAG_FSOURCE
= 2,
8
FUNCFLAG_FBINDABLE
= 4,
9
FUNCFLAG_FREQUESTEDIT
= 8,
10
FUNCFLAG_FDISPLAYBIND
= 0x10,
11
FUNCFLAG_FDEFAULTBIND
= 0x20,
12
FUNCFLAG_FHIDDEN
= 0x40,
13
FUNCFLAG_FUSESGETLASTERROR
= 0x80,
14
FUNCFLAG_FDEFAULTCOLLELEM
= 0x100,
15
FUNCFLAG_FUIDEFAULT
= 0x200,
16
FUNCFLAG_FNONBROWSABLE
= 0x400,
17
FUNCFLAG_FREPLACEABLE
= 0x800,
18
FUNCFLAG_FIMMEDIATEBIND
= 0x1000
19
}
System.Runtime.InteropServices.ComTypes.FUNCFLAGS
FUNCFLAGS
Definition
FUNCFLAGS.cs:5
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FDEFAULTBIND
@ FUNCFLAG_FDEFAULTBIND
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FHIDDEN
@ FUNCFLAG_FHIDDEN
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FRESTRICTED
@ FUNCFLAG_FRESTRICTED
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FUIDEFAULT
@ FUNCFLAG_FUIDEFAULT
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FNONBROWSABLE
@ FUNCFLAG_FNONBROWSABLE
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FBINDABLE
@ FUNCFLAG_FBINDABLE
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FREQUESTEDIT
@ FUNCFLAG_FREQUESTEDIT
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FREPLACEABLE
@ FUNCFLAG_FREPLACEABLE
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FDEFAULTCOLLELEM
@ FUNCFLAG_FDEFAULTCOLLELEM
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FIMMEDIATEBIND
@ FUNCFLAG_FIMMEDIATEBIND
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FSOURCE
@ FUNCFLAG_FSOURCE
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FUSESGETLASTERROR
@ FUNCFLAG_FUSESGETLASTERROR
System.Runtime.InteropServices.ComTypes.FUNCFLAGS.FUNCFLAG_FDISPLAYBIND
@ FUNCFLAG_FDISPLAYBIND
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
FUNCFLAGS.cs
Generated by
1.10.0