Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Runtime.InteropServices.ComTypes.FUNCFLAGS : short {
System.Runtime.InteropServices.ComTypes.FUNCFLAG_FRESTRICTED = 1
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FSOURCE = 2
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FBINDABLE = 4
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FREQUESTEDIT = 8
,
System.Runtime.InteropServices.ComTypes.FUNCFLAG_FDISPLAYBIND = 0x10
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FDEFAULTBIND = 0x20
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FHIDDEN = 0x40
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FUSESGETLASTERROR = 0x80
,
System.Runtime.InteropServices.ComTypes.FUNCFLAG_FDEFAULTCOLLELEM = 0x100
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FUIDEFAULT = 0x200
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FNONBROWSABLE = 0x400
, System.Runtime.InteropServices.ComTypes.FUNCFLAG_FREPLACEABLE = 0x800
,
System.Runtime.InteropServices.ComTypes.FUNCFLAG_FIMMEDIATEBIND = 0x1000
} |
|