Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Runtime.InteropServices.TypeLibFuncFlags {
System.Runtime.InteropServices.FRestricted = 1
, System.Runtime.InteropServices.FSource = 2
, System.Runtime.InteropServices.FBindable = 4
, System.Runtime.InteropServices.FRequestEdit = 8
,
System.Runtime.InteropServices.FDisplayBind = 0x10
, System.Runtime.InteropServices.FDefaultBind = 0x20
, System.Runtime.InteropServices.FHidden = 0x40
, System.Runtime.InteropServices.FUsesGetLastError = 0x80
,
System.Runtime.InteropServices.FDefaultCollelem = 0x100
, System.Runtime.InteropServices.FUiDefault = 0x200
, System.Runtime.InteropServices.FNonBrowsable = 0x400
, System.Runtime.InteropServices.FReplaceable = 0x800
,
System.Runtime.InteropServices.FImmediateBind = 0x1000
} |
|