|
14 | 14 |
|
15 | 15 | #pragma warning disable CS8019 |
16 | 16 |
|
| 17 | +global using CALLCONV = System.Runtime.InteropServices.ComTypes.CALLCONV; |
| 18 | +global using Constants = dSPACE.Runtime.InteropServices.Internal.Constants; |
17 | 19 | global using CUSTDATA = dSPACE.Runtime.InteropServices.ComTypes.Internal.CUSTDATA; |
18 | 20 | global using CUSTDATAITEM = dSPACE.Runtime.InteropServices.ComTypes.Internal.CUSTDATAITEM; |
| 21 | +global using DISPPARAMS = System.Runtime.InteropServices.ComTypes.DISPPARAMS; |
| 22 | +global using ELEMDESC = System.Runtime.InteropServices.ComTypes.ELEMDESC; |
| 23 | +global using FUNCDESC = System.Runtime.InteropServices.ComTypes.FUNCDESC; |
| 24 | +global using FUNCKIND = System.Runtime.InteropServices.ComTypes.FUNCKIND; |
| 25 | +global using Guids = dSPACE.Runtime.InteropServices.Internal.Guids; |
19 | 26 | global using HRESULT = dSPACE.Runtime.InteropServices.ComTypes.Internal.HRESULT; |
20 | 27 | global using IClassFactory = dSPACE.Runtime.InteropServices.ComTypes.Internal.IClassFactory; |
21 | 28 | global using ICreateTypeInfo2 = dSPACE.Runtime.InteropServices.ComTypes.Internal.ICreateTypeInfo2; |
22 | 29 | global using ICreateTypeLib = dSPACE.Runtime.InteropServices.ComTypes.Internal.ICreateTypeLib; |
23 | 30 | global using ICreateTypeLib2 = dSPACE.Runtime.InteropServices.ComTypes.Internal.ICreateTypeLib2; |
24 | 31 | global using IDispatch = dSPACE.Runtime.InteropServices.ComTypes.Internal.IDispatch; |
25 | 32 | global using IDLDESC = dSPACE.Runtime.InteropServices.ComTypes.Internal.IDLDESC; |
26 | | -global using ITypeInfo64Bit = dSPACE.Runtime.InteropServices.ComTypes.Internal.ITypeInfo64Bit; |
27 | | -global using IUnknown = dSPACE.Runtime.InteropServices.ComTypes.Internal.IUnknown; |
28 | | -global using Ole32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.Ole32; |
29 | | -global using OleAut32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.OleAut32; |
30 | | -global using PARAMDESCEX = dSPACE.Runtime.InteropServices.ComTypes.Internal.PARAMDESCEX; |
31 | | - |
32 | | -global using REGKIND = dSPACE.Runtime.InteropServices.ComTypes.Internal.REGKIND; |
33 | | -global using VARIANT = dSPACE.Runtime.InteropServices.ComTypes.Internal.VARIANT; |
34 | | - |
35 | | -global using Constants = dSPACE.Runtime.InteropServices.Internal.Constants; |
36 | | -global using Guids = dSPACE.Runtime.InteropServices.Internal.Guids; |
37 | | -global using CALLCONV = System.Runtime.InteropServices.ComTypes.CALLCONV; |
38 | | -global using DISPPARAMS = System.Runtime.InteropServices.ComTypes.DISPPARAMS; |
39 | | -global using ELEMDESC = System.Runtime.InteropServices.ComTypes.ELEMDESC; |
40 | | -global using FUNCDESC = System.Runtime.InteropServices.ComTypes.FUNCDESC; |
41 | | -global using FUNCKIND = System.Runtime.InteropServices.ComTypes.FUNCKIND; |
42 | 33 | global using IDLFLAG = System.Runtime.InteropServices.ComTypes.IDLFLAG; |
43 | 34 | global using IMPLTYPEFLAGS = System.Runtime.InteropServices.ComTypes.IMPLTYPEFLAGS; |
44 | 35 | global using INVOKEKIND = System.Runtime.InteropServices.ComTypes.INVOKEKIND; |
45 | 36 | global using ITypeComp = System.Runtime.InteropServices.ComTypes.ITypeComp; |
46 | 37 | global using ITypeInfo = System.Runtime.InteropServices.ComTypes.ITypeInfo; |
47 | 38 | global using ITypeInfo2 = System.Runtime.InteropServices.ComTypes.ITypeInfo2; |
| 39 | +global using ITypeInfo64Bit = dSPACE.Runtime.InteropServices.ComTypes.Internal.ITypeInfo64Bit; |
48 | 40 | global using ITypeLib = System.Runtime.InteropServices.ComTypes.ITypeLib; |
49 | 41 | global using ITypeLib2 = System.Runtime.InteropServices.ComTypes.ITypeLib2; |
| 42 | +global using IUnknown = dSPACE.Runtime.InteropServices.ComTypes.Internal.IUnknown; |
50 | 43 | global using LIBFLAGS = System.Runtime.InteropServices.ComTypes.LIBFLAGS; |
| 44 | +global using Ole32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.Ole32; |
| 45 | +global using OleAut32 = dSPACE.Runtime.InteropServices.ComTypes.Internal.OleAut32; |
51 | 46 | global using PARAMDESC = System.Runtime.InteropServices.ComTypes.PARAMDESC; |
| 47 | +global using PARAMDESCEX = dSPACE.Runtime.InteropServices.ComTypes.Internal.PARAMDESCEX; |
52 | 48 | global using PARAMFLAG = System.Runtime.InteropServices.ComTypes.PARAMFLAG; |
| 49 | +global using REGKIND = dSPACE.Runtime.InteropServices.ComTypes.Internal.REGKIND; |
53 | 50 | global using SYSKIND = System.Runtime.InteropServices.ComTypes.SYSKIND; |
54 | 51 | global using TYPEATTR = System.Runtime.InteropServices.ComTypes.TYPEATTR; |
55 | 52 | global using TYPEDESC = System.Runtime.InteropServices.ComTypes.TYPEDESC; |
56 | 53 | global using TYPEFLAGS = System.Runtime.InteropServices.ComTypes.TYPEFLAGS; |
57 | 54 | global using TYPEKIND = System.Runtime.InteropServices.ComTypes.TYPEKIND; |
58 | 55 | global using TYPELIBATTR = System.Runtime.InteropServices.ComTypes.TYPELIBATTR; |
59 | 56 | global using VARDESC = System.Runtime.InteropServices.ComTypes.VARDESC; |
| 57 | +global using VARIANT = dSPACE.Runtime.InteropServices.ComTypes.Internal.VARIANT; |
60 | 58 | global using VARKIND = System.Runtime.InteropServices.ComTypes.VARKIND; |
61 | 59 |
|
62 | 60 | #pragma warning restore CS8019 |
0 commit comments