Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PARAMFLAG.cs
Go to the documentation of this file.
1
namespace
System.Runtime.InteropServices.ComTypes
;
2
3
[Flags]
4
public
enum
PARAMFLAG
:
short
5
{
6
PARAMFLAG_NONE
= 0,
7
PARAMFLAG_FIN
= 1,
8
PARAMFLAG_FOUT
= 2,
9
PARAMFLAG_FLCID
= 4,
10
PARAMFLAG_FRETVAL
= 8,
11
PARAMFLAG_FOPT
= 0x10,
12
PARAMFLAG_FHASDEFAULT
= 0x20,
13
PARAMFLAG_FHASCUSTDATA
= 0x40
14
}
System.Runtime.InteropServices.ComTypes.PARAMFLAG
PARAMFLAG
Definition
PARAMFLAG.cs:5
System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FHASCUSTDATA
@ PARAMFLAG_FHASCUSTDATA
System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FHASDEFAULT
@ PARAMFLAG_FHASDEFAULT
System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FIN
@ PARAMFLAG_FIN
System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FRETVAL
@ PARAMFLAG_FRETVAL
System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FLCID
@ PARAMFLAG_FLCID
System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FOPT
@ PARAMFLAG_FOPT
System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_FOUT
@ PARAMFLAG_FOUT
System.Runtime.InteropServices.ComTypes.PARAMFLAG.PARAMFLAG_NONE
@ PARAMFLAG_NONE
System.Runtime.InteropServices.ComTypes
Definition
BIND_OPTS.cs:1
source
System.Private.CoreLib
System.Runtime.InteropServices.ComTypes
PARAMFLAG.cs
Generated by
1.10.0