Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Runtime.InteropServices.ComTypes.VARFLAGS : short {
System.Runtime.InteropServices.ComTypes.VARFLAG_FREADONLY = 1
, System.Runtime.InteropServices.ComTypes.VARFLAG_FSOURCE = 2
, System.Runtime.InteropServices.ComTypes.VARFLAG_FBINDABLE = 4
, System.Runtime.InteropServices.ComTypes.VARFLAG_FREQUESTEDIT = 8
,
System.Runtime.InteropServices.ComTypes.VARFLAG_FDISPLAYBIND = 0x10
, System.Runtime.InteropServices.ComTypes.VARFLAG_FDEFAULTBIND = 0x20
, System.Runtime.InteropServices.ComTypes.VARFLAG_FHIDDEN = 0x40
, System.Runtime.InteropServices.ComTypes.VARFLAG_FRESTRICTED = 0x80
,
System.Runtime.InteropServices.ComTypes.VARFLAG_FDEFAULTCOLLELEM = 0x100
, System.Runtime.InteropServices.ComTypes.VARFLAG_FUIDEFAULT = 0x200
, System.Runtime.InteropServices.ComTypes.VARFLAG_FNONBROWSABLE = 0x400
, System.Runtime.InteropServices.ComTypes.VARFLAG_FREPLACEABLE = 0x800
,
System.Runtime.InteropServices.ComTypes.VARFLAG_FIMMEDIATEBIND = 0x1000
} |
|