Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Runtime.InteropServices.ComTypes.TYPEFLAGS : short {
System.Runtime.InteropServices.ComTypes.TYPEFLAG_FAPPOBJECT = 1
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FCANCREATE = 2
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FLICENSED = 4
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FPREDECLID = 8
,
System.Runtime.InteropServices.ComTypes.TYPEFLAG_FHIDDEN = 0x10
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FCONTROL = 0x20
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FDUAL = 0x40
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FNONEXTENSIBLE = 0x80
,
System.Runtime.InteropServices.ComTypes.TYPEFLAG_FOLEAUTOMATION = 0x100
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FRESTRICTED = 0x200
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FAGGREGATABLE = 0x400
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FREPLACEABLE = 0x800
,
System.Runtime.InteropServices.ComTypes.TYPEFLAG_FDISPATCHABLE = 0x1000
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FREVERSEBIND = 0x2000
, System.Runtime.InteropServices.ComTypes.TYPEFLAG_FPROXY = 0x4000
} |
|