@tsonic/dotnet 0.5.2 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -38,487 +38,491 @@ export type CLROf<T> =
|
|
|
38
38
|
T; // Identity fallback for non-primitive types
|
|
39
39
|
|
|
40
40
|
export enum ADVF {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
41
|
+
ADVF_NODATA = 1,
|
|
42
|
+
ADVF_PRIMEFIRST = 2,
|
|
43
|
+
ADVF_ONLYONCE = 4,
|
|
44
|
+
ADVF_DATAONSTOP = 64,
|
|
45
|
+
ADVFCACHE_NOHANDLER = 8,
|
|
46
|
+
ADVFCACHE_FORCEBUILTIN = 16,
|
|
47
|
+
ADVFCACHE_ONSAVE = 32
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
export enum CALLCONV {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
52
|
+
CC_CDECL = 1,
|
|
53
|
+
CC_MSCPASCAL = 2,
|
|
54
|
+
CC_PASCAL = 2,
|
|
55
|
+
CC_MACPASCAL = 3,
|
|
56
|
+
CC_STDCALL = 4,
|
|
57
|
+
CC_RESERVED = 5,
|
|
58
|
+
CC_SYSCALL = 6,
|
|
59
|
+
CC_MPWCDECL = 7,
|
|
60
|
+
CC_MPWPASCAL = 8,
|
|
61
|
+
CC_MAX = 9
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
export enum DATADIR {
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
DATADIR_GET = 1,
|
|
67
|
+
DATADIR_SET = 2
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
export enum DESCKIND {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
72
|
+
DESCKIND_NONE = 0,
|
|
73
|
+
DESCKIND_FUNCDESC = 1,
|
|
74
|
+
DESCKIND_VARDESC = 2,
|
|
75
|
+
DESCKIND_TYPECOMP = 3,
|
|
76
|
+
DESCKIND_IMPLICITAPPOBJ = 4,
|
|
77
|
+
DESCKIND_MAX = 5
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
export enum DVASPECT {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
82
|
+
DVASPECT_CONTENT = 1,
|
|
83
|
+
DVASPECT_THUMBNAIL = 2,
|
|
84
|
+
DVASPECT_ICON = 4,
|
|
85
|
+
DVASPECT_DOCPRINT = 8
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
export enum FUNCFLAGS {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
90
|
+
FUNCFLAG_FRESTRICTED = 1,
|
|
91
|
+
FUNCFLAG_FSOURCE = 2,
|
|
92
|
+
FUNCFLAG_FBINDABLE = 4,
|
|
93
|
+
FUNCFLAG_FREQUESTEDIT = 8,
|
|
94
|
+
FUNCFLAG_FDISPLAYBIND = 16,
|
|
95
|
+
FUNCFLAG_FDEFAULTBIND = 32,
|
|
96
|
+
FUNCFLAG_FHIDDEN = 64,
|
|
97
|
+
FUNCFLAG_FUSESGETLASTERROR = 128,
|
|
98
|
+
FUNCFLAG_FDEFAULTCOLLELEM = 256,
|
|
99
|
+
FUNCFLAG_FUIDEFAULT = 512,
|
|
100
|
+
FUNCFLAG_FNONBROWSABLE = 1024,
|
|
101
|
+
FUNCFLAG_FREPLACEABLE = 2048,
|
|
102
|
+
FUNCFLAG_FIMMEDIATEBIND = 4096
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
export enum FUNCKIND {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
107
|
+
FUNC_VIRTUAL = 0,
|
|
108
|
+
FUNC_PUREVIRTUAL = 1,
|
|
109
|
+
FUNC_NONVIRTUAL = 2,
|
|
110
|
+
FUNC_STATIC = 3,
|
|
111
|
+
FUNC_DISPATCH = 4
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
export enum IDLFLAG {
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
116
|
+
IDLFLAG_NONE = 0,
|
|
117
|
+
IDLFLAG_FIN = 1,
|
|
118
|
+
IDLFLAG_FOUT = 2,
|
|
119
|
+
IDLFLAG_FLCID = 4,
|
|
120
|
+
IDLFLAG_FRETVAL = 8
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
export enum IMPLTYPEFLAGS {
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
125
|
+
IMPLTYPEFLAG_FDEFAULT = 1,
|
|
126
|
+
IMPLTYPEFLAG_FSOURCE = 2,
|
|
127
|
+
IMPLTYPEFLAG_FRESTRICTED = 4,
|
|
128
|
+
IMPLTYPEFLAG_FDEFAULTVTABLE = 8
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
export enum INVOKEKIND {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
133
|
+
INVOKE_FUNC = 1,
|
|
134
|
+
INVOKE_PROPERTYGET = 2,
|
|
135
|
+
INVOKE_PROPERTYPUT = 4,
|
|
136
|
+
INVOKE_PROPERTYPUTREF = 8
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
|
|
140
140
|
export enum LIBFLAGS {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
141
|
+
LIBFLAG_FRESTRICTED = 1,
|
|
142
|
+
LIBFLAG_FCONTROL = 2,
|
|
143
|
+
LIBFLAG_FHIDDEN = 4,
|
|
144
|
+
LIBFLAG_FHASDISKIMAGE = 8
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
export enum PARAMFLAG {
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
149
|
+
PARAMFLAG_NONE = 0,
|
|
150
|
+
PARAMFLAG_FIN = 1,
|
|
151
|
+
PARAMFLAG_FOUT = 2,
|
|
152
|
+
PARAMFLAG_FLCID = 4,
|
|
153
|
+
PARAMFLAG_FRETVAL = 8,
|
|
154
|
+
PARAMFLAG_FOPT = 16,
|
|
155
|
+
PARAMFLAG_FHASDEFAULT = 32,
|
|
156
|
+
PARAMFLAG_FHASCUSTDATA = 64
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
export enum SYSKIND {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
161
|
+
SYS_WIN16 = 0,
|
|
162
|
+
SYS_WIN32 = 1,
|
|
163
|
+
SYS_MAC = 2,
|
|
164
|
+
SYS_WIN64 = 3
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
export enum TYMED {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
169
|
+
TYMED_HGLOBAL = 1,
|
|
170
|
+
TYMED_FILE = 2,
|
|
171
|
+
TYMED_ISTREAM = 4,
|
|
172
|
+
TYMED_ISTORAGE = 8,
|
|
173
|
+
TYMED_GDI = 16,
|
|
174
|
+
TYMED_MFPICT = 32,
|
|
175
|
+
TYMED_ENHMF = 64,
|
|
176
|
+
TYMED_NULL = 0
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
|
|
180
180
|
export enum TYPEFLAGS {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
181
|
+
TYPEFLAG_FAPPOBJECT = 1,
|
|
182
|
+
TYPEFLAG_FCANCREATE = 2,
|
|
183
|
+
TYPEFLAG_FLICENSED = 4,
|
|
184
|
+
TYPEFLAG_FPREDECLID = 8,
|
|
185
|
+
TYPEFLAG_FHIDDEN = 16,
|
|
186
|
+
TYPEFLAG_FCONTROL = 32,
|
|
187
|
+
TYPEFLAG_FDUAL = 64,
|
|
188
|
+
TYPEFLAG_FNONEXTENSIBLE = 128,
|
|
189
|
+
TYPEFLAG_FOLEAUTOMATION = 256,
|
|
190
|
+
TYPEFLAG_FRESTRICTED = 512,
|
|
191
|
+
TYPEFLAG_FAGGREGATABLE = 1024,
|
|
192
|
+
TYPEFLAG_FREPLACEABLE = 2048,
|
|
193
|
+
TYPEFLAG_FDISPATCHABLE = 4096,
|
|
194
|
+
TYPEFLAG_FREVERSEBIND = 8192,
|
|
195
|
+
TYPEFLAG_FPROXY = 16384
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
|
|
199
199
|
export enum TYPEKIND {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
200
|
+
TKIND_ENUM = 0,
|
|
201
|
+
TKIND_RECORD = 1,
|
|
202
|
+
TKIND_MODULE = 2,
|
|
203
|
+
TKIND_INTERFACE = 3,
|
|
204
|
+
TKIND_DISPATCH = 4,
|
|
205
|
+
TKIND_COCLASS = 5,
|
|
206
|
+
TKIND_ALIAS = 6,
|
|
207
|
+
TKIND_UNION = 7,
|
|
208
|
+
TKIND_MAX = 8
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
|
|
212
212
|
export enum VARFLAGS {
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
213
|
+
VARFLAG_FREADONLY = 1,
|
|
214
|
+
VARFLAG_FSOURCE = 2,
|
|
215
|
+
VARFLAG_FBINDABLE = 4,
|
|
216
|
+
VARFLAG_FREQUESTEDIT = 8,
|
|
217
|
+
VARFLAG_FDISPLAYBIND = 16,
|
|
218
|
+
VARFLAG_FDEFAULTBIND = 32,
|
|
219
|
+
VARFLAG_FHIDDEN = 64,
|
|
220
|
+
VARFLAG_FRESTRICTED = 128,
|
|
221
|
+
VARFLAG_FDEFAULTCOLLELEM = 256,
|
|
222
|
+
VARFLAG_FUIDEFAULT = 512,
|
|
223
|
+
VARFLAG_FNONBROWSABLE = 1024,
|
|
224
|
+
VARFLAG_FREPLACEABLE = 2048,
|
|
225
|
+
VARFLAG_FIMMEDIATEBIND = 4096
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
|
|
229
229
|
export enum VARKIND {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
230
|
+
VAR_PERINSTANCE = 0,
|
|
231
|
+
VAR_STATIC = 1,
|
|
232
|
+
VAR_CONST = 2,
|
|
233
|
+
VAR_DISPATCH = 3
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
export interface IAdviseSink$instance {
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
onDataChange(format: { value: ref<FORMATETC> }, stgmedium: { value: ref<STGMEDIUM> }): void;
|
|
239
|
+
onRename(moniker: IMoniker): void;
|
|
240
|
+
onSave(): void;
|
|
241
|
+
onViewChange(aspect: int, index: int): void;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
|
|
245
245
|
export type IAdviseSink = IAdviseSink$instance;
|
|
246
246
|
|
|
247
247
|
export interface IBindCtx$instance {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
248
|
+
enumObjectParam(ppenum: { value: ref<IEnumString> }): void;
|
|
249
|
+
getObjectParam(pszKey: string, ppunk: { value: ref<unknown> }): void;
|
|
250
|
+
getRunningObjectTable(pprot: { value: ref<IRunningObjectTable> }): void;
|
|
251
|
+
registerObjectBound(punk: unknown): void;
|
|
252
|
+
registerObjectParam(pszKey: string, punk: unknown): void;
|
|
253
|
+
releaseBoundObjects(): void;
|
|
254
|
+
revokeObjectParam(pszKey: string): int;
|
|
255
|
+
setBindOptions(pbindopts: { value: ref<BIND_OPTS> }): void;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
export type IBindCtx = IBindCtx$instance;
|
|
260
260
|
|
|
261
261
|
export interface IConnectionPoint$instance {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
262
|
+
advise(pUnkSink: unknown, pdwCookie: { value: ref<int> }): void;
|
|
263
|
+
enumConnections(ppEnum: { value: ref<IEnumConnections> }): void;
|
|
264
|
+
getConnectionInterface(pIID: { value: ref<Guid> }): void;
|
|
265
|
+
getConnectionPointContainer(ppCPC: { value: ref<IConnectionPointContainer> }): void;
|
|
266
|
+
unadvise(dwCookie: int): void;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
|
|
270
270
|
export type IConnectionPoint = IConnectionPoint$instance;
|
|
271
271
|
|
|
272
272
|
export interface IConnectionPointContainer$instance {
|
|
273
|
-
|
|
274
|
-
|
|
273
|
+
enumConnectionPoints(ppEnum: { value: ref<IEnumConnectionPoints> }): void;
|
|
274
|
+
findConnectionPoint(riid: { value: ref<Guid> }, ppCP: { value: ref<IConnectionPoint> }): void;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
|
|
278
278
|
export type IConnectionPointContainer = IConnectionPointContainer$instance;
|
|
279
279
|
|
|
280
280
|
export interface IDataObject$instance {
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
281
|
+
dAdvise(pFormatetc: { value: ref<FORMATETC> }, advf: ADVF, adviseSink: IAdviseSink, connection: { value: ref<int> }): int;
|
|
282
|
+
dUnadvise(connection: int): void;
|
|
283
|
+
enumDAdvise(enumAdvise: { value: ref<IEnumSTATDATA> }): int;
|
|
284
|
+
enumFormatEtc(direction: DATADIR): IEnumFORMATETC;
|
|
285
|
+
getCanonicalFormatEtc(formatIn: { value: ref<FORMATETC> }, formatOut: { value: ref<FORMATETC> }): int;
|
|
286
|
+
getData(format: { value: ref<FORMATETC> }, medium: { value: ref<STGMEDIUM> }): void;
|
|
287
|
+
queryGetData(format: { value: ref<FORMATETC> }): int;
|
|
288
|
+
setData(formatIn: { value: ref<FORMATETC> }, medium: { value: ref<STGMEDIUM> }, release: boolean): void;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
|
|
292
292
|
export type IDataObject = IDataObject$instance;
|
|
293
293
|
|
|
294
294
|
export interface IEnumConnectionPoints$instance {
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
295
|
+
clone(ppenum: { value: ref<IEnumConnectionPoints> }): void;
|
|
296
|
+
next(celt: int, rgelt: { value: IConnectionPoint[] }, pceltFetched: nint): int;
|
|
297
|
+
reset(): void;
|
|
298
|
+
skip(celt: int): int;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
export type IEnumConnectionPoints = IEnumConnectionPoints$instance;
|
|
303
303
|
|
|
304
304
|
export interface IEnumConnections$instance {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
305
|
+
clone(ppenum: { value: ref<IEnumConnections> }): void;
|
|
306
|
+
next(celt: int, rgelt: { value: CONNECTDATA[] }, pceltFetched: nint): int;
|
|
307
|
+
reset(): void;
|
|
308
|
+
skip(celt: int): int;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
|
|
312
312
|
export type IEnumConnections = IEnumConnections$instance;
|
|
313
313
|
|
|
314
314
|
export interface IEnumFORMATETC$instance {
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
315
|
+
clone(newEnum: { value: ref<IEnumFORMATETC> }): void;
|
|
316
|
+
next(celt: int, rgelt: { value: FORMATETC[] }, pceltFetched: { value: int[] }): int;
|
|
317
|
+
reset(): int;
|
|
318
|
+
skip(celt: int): int;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
export type IEnumFORMATETC = IEnumFORMATETC$instance;
|
|
323
323
|
|
|
324
324
|
export interface IEnumMoniker$instance {
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
325
|
+
clone(ppenum: { value: ref<IEnumMoniker> }): void;
|
|
326
|
+
next(celt: int, rgelt: { value: IMoniker[] }, pceltFetched: nint): int;
|
|
327
|
+
reset(): void;
|
|
328
|
+
skip(celt: int): int;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
|
|
332
332
|
export type IEnumMoniker = IEnumMoniker$instance;
|
|
333
333
|
|
|
334
334
|
export interface IEnumSTATDATA$instance {
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
335
|
+
clone(newEnum: { value: ref<IEnumSTATDATA> }): void;
|
|
336
|
+
next(celt: int, rgelt: { value: STATDATA[] }, pceltFetched: { value: int[] }): int;
|
|
337
|
+
reset(): int;
|
|
338
|
+
skip(celt: int): int;
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
export type IEnumSTATDATA = IEnumSTATDATA$instance;
|
|
343
343
|
|
|
344
344
|
export interface IEnumString$instance {
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
345
|
+
clone(ppenum: { value: ref<IEnumString> }): void;
|
|
346
|
+
next(celt: int, rgelt: { value: string[] }, pceltFetched: nint): int;
|
|
347
|
+
reset(): void;
|
|
348
|
+
skip(celt: int): int;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
|
|
352
352
|
export type IEnumString = IEnumString$instance;
|
|
353
353
|
|
|
354
354
|
export interface IEnumVARIANT$instance {
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
355
|
+
clone(): IEnumVARIANT;
|
|
356
|
+
next(celt: int, rgVar: { value: unknown[] }, pceltFetched: nint): int;
|
|
357
|
+
reset(): int;
|
|
358
|
+
skip(celt: int): int;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
|
|
362
362
|
export type IEnumVARIANT = IEnumVARIANT$instance;
|
|
363
363
|
|
|
364
364
|
export interface IMoniker$instance {
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
365
|
+
bindToObject(pbc: IBindCtx, pmkToLeft: IMoniker, riidResult: { value: ref<Guid> }, ppvResult: { value: ref<unknown> }): void;
|
|
366
|
+
commonPrefixWith(pmkOther: IMoniker, ppmkPrefix: { value: ref<IMoniker> }): void;
|
|
367
|
+
composeWith(pmkRight: IMoniker, fOnlyIfNotGeneric: boolean, ppmkComposite: { value: ref<IMoniker> }): void;
|
|
368
|
+
enum_(fForward: boolean, ppenumMoniker: { value: ref<IEnumMoniker> }): void;
|
|
369
|
+
getClassID(pClassID: { value: ref<Guid> }): void;
|
|
370
|
+
getDisplayName(pbc: IBindCtx, pmkToLeft: IMoniker, ppszDisplayName: { value: ref<string> }): void;
|
|
371
|
+
getSizeMax(pcbSize: { value: ref<long> }): void;
|
|
372
|
+
getTimeOfLastChange(pbc: IBindCtx, pmkToLeft: IMoniker, pFileTime: { value: ref<FILETIME> }): void;
|
|
373
|
+
hash(pdwHash: { value: ref<int> }): void;
|
|
374
|
+
inverse(ppmk: { value: ref<IMoniker> }): void;
|
|
375
|
+
isDirty(): int;
|
|
376
|
+
isEqual(pmkOtherMoniker: IMoniker): int;
|
|
377
|
+
isRunning(pbc: IBindCtx, pmkToLeft: IMoniker, pmkNewlyRunning: IMoniker): int;
|
|
378
|
+
isSystemMoniker(pdwMksys: { value: ref<int> }): int;
|
|
379
|
+
load(pStm: IStream): void;
|
|
380
|
+
parseDisplayName(pbc: IBindCtx, pmkToLeft: IMoniker, pszDisplayName: string, pchEaten: { value: ref<int> }, ppmkOut: { value: ref<IMoniker> }): void;
|
|
381
|
+
reduce(pbc: IBindCtx, dwReduceHowFar: int, ppmkToLeft: { value: ref<IMoniker> }, ppmkReduced: { value: ref<IMoniker> }): void;
|
|
382
|
+
save(pStm: IStream, fClearDirty: boolean): void;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
385
|
|
|
386
386
|
export type IMoniker = IMoniker$instance;
|
|
387
387
|
|
|
388
388
|
export interface IPersistFile$instance {
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
389
|
+
getClassID(pClassID: { value: ref<Guid> }): void;
|
|
390
|
+
getCurFile(ppszFileName: { value: ref<string> }): void;
|
|
391
|
+
isDirty(): int;
|
|
392
|
+
load(pszFileName: string, dwMode: int): void;
|
|
393
|
+
save(pszFileName: string, fRemember: boolean): void;
|
|
394
|
+
saveCompleted(pszFileName: string): void;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
|
|
398
398
|
export type IPersistFile = IPersistFile$instance;
|
|
399
399
|
|
|
400
400
|
export interface IRunningObjectTable$instance {
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
401
|
+
enumRunning(ppenumMoniker: { value: ref<IEnumMoniker> }): void;
|
|
402
|
+
getObject(pmkObjectName: IMoniker, ppunkObject: { value: ref<unknown> }): int;
|
|
403
|
+
getTimeOfLastChange(pmkObjectName: IMoniker, pfiletime: { value: ref<FILETIME> }): int;
|
|
404
|
+
isRunning(pmkObjectName: IMoniker): int;
|
|
405
|
+
noteChangeTime(dwRegister: int, pfiletime: { value: ref<FILETIME> }): void;
|
|
406
|
+
register(grfFlags: int, punkObject: unknown, pmkObjectName: IMoniker): int;
|
|
407
|
+
revoke(dwRegister: int): void;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
|
|
411
411
|
export type IRunningObjectTable = IRunningObjectTable$instance;
|
|
412
412
|
|
|
413
413
|
export interface IStream$instance {
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
414
|
+
clone(ppstm: { value: ref<IStream> }): void;
|
|
415
|
+
commit(grfCommitFlags: int): void;
|
|
416
|
+
copyTo(pstm: IStream, cb: long, pcbRead: nint, pcbWritten: nint): void;
|
|
417
|
+
lockRegion(libOffset: long, cb: long, dwLockType: int): void;
|
|
418
|
+
read(pv: { value: byte[] }, cb: int, pcbRead: nint): void;
|
|
419
|
+
revert(): void;
|
|
420
|
+
seek(dlibMove: long, dwOrigin: int, plibNewPosition: nint): void;
|
|
421
|
+
setSize(libNewSize: long): void;
|
|
422
|
+
stat(pstatstg: { value: ref<STATSTG> }, grfStatFlag: int): void;
|
|
423
423
|
}
|
|
424
424
|
|
|
425
425
|
|
|
426
426
|
export type IStream = IStream$instance;
|
|
427
427
|
|
|
428
428
|
export interface ITypeComp$instance {
|
|
429
|
-
|
|
430
|
-
|
|
429
|
+
bind(szName: string, lHashVal: int, wFlags: short, ppTInfo: { value: ref<ITypeInfo> }, pDescKind: { value: ref<DESCKIND> }, pBindPtr: { value: ref<BINDPTR> }): void;
|
|
430
|
+
bindType(szName: string, lHashVal: int, ppTInfo: { value: ref<ITypeInfo> }, ppTComp: { value: ref<ITypeComp> }): void;
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
|
|
434
434
|
export type ITypeComp = ITypeComp$instance;
|
|
435
435
|
|
|
436
436
|
export interface ITypeInfo$instance {
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
437
|
+
addressOfMember(memid: int, invKind: INVOKEKIND, ppv: { value: ref<nint> }): void;
|
|
438
|
+
createInstance(pUnkOuter: unknown, riid: { value: ref<Guid> }, ppvObj: { value: ref<unknown> }): void;
|
|
439
|
+
getContainingTypeLib(ppTLB: { value: ref<ITypeLib> }, pIndex: { value: ref<int> }): void;
|
|
440
|
+
getDllEntry(memid: int, invKind: INVOKEKIND, pBstrDllName: nint, pBstrName: nint, pwOrdinal: nint): void;
|
|
441
|
+
getDocumentation(index: int, strName: { value: ref<string> }, strDocString: { value: ref<string> }, dwHelpContext: { value: ref<int> }, strHelpFile: { value: ref<string> }): void;
|
|
442
|
+
getFuncDesc(index: int, ppFuncDesc: { value: ref<nint> }): void;
|
|
443
|
+
getIDsOfNames(rgszNames: string[], cNames: int, pMemId: { value: int[] }): void;
|
|
444
|
+
getImplTypeFlags(index: int, pImplTypeFlags: { value: ref<IMPLTYPEFLAGS> }): void;
|
|
445
|
+
getMops(memid: int, pBstrMops: { value: ref<string> }): void;
|
|
446
|
+
getNames(memid: int, rgBstrNames: { value: string[] }, cMaxNames: int, pcNames: { value: ref<int> }): void;
|
|
447
|
+
getRefTypeInfo(hRef: int, ppTI: { value: ref<ITypeInfo> }): void;
|
|
448
|
+
getRefTypeOfImplType(index: int, href: { value: ref<int> }): void;
|
|
449
|
+
getTypeAttr(ppTypeAttr: { value: ref<nint> }): void;
|
|
450
|
+
getTypeComp(ppTComp: { value: ref<ITypeComp> }): void;
|
|
451
|
+
invoke(pvInstance: unknown, memid: int, wFlags: short, pDispParams: { value: ref<DISPPARAMS> }, pVarResult: nint, pExcepInfo: nint, puArgErr: { value: ref<int> }): void;
|
|
452
|
+
releaseTypeAttr(pTypeAttr: nint): void;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
455
|
|
|
456
456
|
export type ITypeInfo = ITypeInfo$instance;
|
|
457
457
|
|
|
458
|
-
export interface ITypeInfo2$instance {
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
}
|
|
485
|
-
|
|
458
|
+
export interface ITypeInfo2$instance extends ITypeInfo {
|
|
459
|
+
addressOfMember(memid: int, invKind: INVOKEKIND, ppv: { value: ref<nint> }): void;
|
|
460
|
+
createInstance(pUnkOuter: unknown, riid: { value: ref<Guid> }, ppvObj: { value: ref<unknown> }): void;
|
|
461
|
+
getAllFuncCustData(index: int, pCustData: nint): void;
|
|
462
|
+
getAllParamCustData(indexFunc: int, indexParam: int, pCustData: nint): void;
|
|
463
|
+
getContainingTypeLib(ppTLB: { value: ref<ITypeLib> }, pIndex: { value: ref<int> }): void;
|
|
464
|
+
getCustData(guid: { value: ref<Guid> }, pVarVal: { value: ref<unknown> }): void;
|
|
465
|
+
getDllEntry(memid: int, invKind: INVOKEKIND, pBstrDllName: nint, pBstrName: nint, pwOrdinal: nint): void;
|
|
466
|
+
getDocumentation(index: int, strName: { value: ref<string> }, strDocString: { value: ref<string> }, dwHelpContext: { value: ref<int> }, strHelpFile: { value: ref<string> }): void;
|
|
467
|
+
getDocumentation2(memid: int, pbstrHelpString: { value: ref<string> }, pdwHelpStringContext: { value: ref<int> }, pbstrHelpStringDll: { value: ref<string> }): void;
|
|
468
|
+
getFuncCustData(index: int, guid: { value: ref<Guid> }, pVarVal: { value: ref<unknown> }): void;
|
|
469
|
+
getFuncDesc(index: int, ppFuncDesc: { value: ref<nint> }): void;
|
|
470
|
+
getFuncIndexOfMemId(memid: int, invKind: INVOKEKIND, pFuncIndex: { value: ref<int> }): void;
|
|
471
|
+
getIDsOfNames(rgszNames: string[], cNames: int, pMemId: { value: int[] }): void;
|
|
472
|
+
getImplTypeFlags(index: int, pImplTypeFlags: { value: ref<IMPLTYPEFLAGS> }): void;
|
|
473
|
+
getMops(memid: int, pBstrMops: { value: ref<string> }): void;
|
|
474
|
+
getNames(memid: int, rgBstrNames: { value: string[] }, cMaxNames: int, pcNames: { value: ref<int> }): void;
|
|
475
|
+
getParamCustData(indexFunc: int, indexParam: int, guid: { value: ref<Guid> }, pVarVal: { value: ref<unknown> }): void;
|
|
476
|
+
getRefTypeInfo(hRef: int, ppTI: { value: ref<ITypeInfo> }): void;
|
|
477
|
+
getRefTypeOfImplType(index: int, href: { value: ref<int> }): void;
|
|
478
|
+
getTypeAttr(ppTypeAttr: { value: ref<nint> }): void;
|
|
479
|
+
getTypeComp(ppTComp: { value: ref<ITypeComp> }): void;
|
|
480
|
+
getTypeFlags(pTypeFlags: { value: ref<int> }): void;
|
|
481
|
+
getTypeKind(pTypeKind: { value: ref<TYPEKIND> }): void;
|
|
482
|
+
invoke(pvInstance: unknown, memid: int, wFlags: short, pDispParams: { value: ref<DISPPARAMS> }, pVarResult: nint, pExcepInfo: nint, puArgErr: { value: ref<int> }): void;
|
|
483
|
+
releaseTypeAttr(pTypeAttr: nint): void;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
export interface ITypeInfo2$instance extends ITypeInfo$instance {}
|
|
486
488
|
|
|
487
489
|
export type ITypeInfo2 = ITypeInfo2$instance;
|
|
488
490
|
|
|
489
491
|
export interface ITypeLib$instance {
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
492
|
+
findName(szNameBuf: string, lHashVal: int, ppTInfo: { value: ITypeInfo[] }, rgMemId: { value: int[] }, pcFound: { value: ref<short> }): void;
|
|
493
|
+
getDocumentation(index: int, strName: { value: ref<string> }, strDocString: { value: ref<string> }, dwHelpContext: { value: ref<int> }, strHelpFile: { value: ref<string> }): void;
|
|
494
|
+
getLibAttr(ppTLibAttr: { value: ref<nint> }): void;
|
|
495
|
+
getTypeComp(ppTComp: { value: ref<ITypeComp> }): void;
|
|
496
|
+
getTypeInfo(index: int, ppTI: { value: ref<ITypeInfo> }): void;
|
|
497
|
+
getTypeInfoCount(): int;
|
|
498
|
+
getTypeInfoOfGuid(guid: { value: ref<Guid> }, ppTInfo: { value: ref<ITypeInfo> }): void;
|
|
499
|
+
getTypeInfoType(index: int, pTKind: { value: ref<TYPEKIND> }): void;
|
|
500
|
+
isName(szNameBuf: string, lHashVal: int): boolean;
|
|
501
|
+
releaseTLibAttr(pTLibAttr: nint): void;
|
|
500
502
|
}
|
|
501
503
|
|
|
502
504
|
|
|
503
505
|
export type ITypeLib = ITypeLib$instance;
|
|
504
506
|
|
|
505
|
-
export interface ITypeLib2$instance {
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
507
|
+
export interface ITypeLib2$instance extends ITypeLib {
|
|
508
|
+
findName(szNameBuf: string, lHashVal: int, ppTInfo: { value: ITypeInfo[] }, rgMemId: { value: int[] }, pcFound: { value: ref<short> }): void;
|
|
509
|
+
getCustData(guid: { value: ref<Guid> }, pVarVal: { value: ref<unknown> }): void;
|
|
510
|
+
getDocumentation(index: int, strName: { value: ref<string> }, strDocString: { value: ref<string> }, dwHelpContext: { value: ref<int> }, strHelpFile: { value: ref<string> }): void;
|
|
511
|
+
getDocumentation2(index: int, pbstrHelpString: { value: ref<string> }, pdwHelpStringContext: { value: ref<int> }, pbstrHelpStringDll: { value: ref<string> }): void;
|
|
512
|
+
getLibAttr(ppTLibAttr: { value: ref<nint> }): void;
|
|
513
|
+
getLibStatistics(pcUniqueNames: nint, pcchUniqueNames: { value: ref<int> }): void;
|
|
514
|
+
getTypeComp(ppTComp: { value: ref<ITypeComp> }): void;
|
|
515
|
+
getTypeInfo(index: int, ppTI: { value: ref<ITypeInfo> }): void;
|
|
516
|
+
getTypeInfoCount(): int;
|
|
517
|
+
getTypeInfoOfGuid(guid: { value: ref<Guid> }, ppTInfo: { value: ref<ITypeInfo> }): void;
|
|
518
|
+
getTypeInfoType(index: int, pTKind: { value: ref<TYPEKIND> }): void;
|
|
519
|
+
isName(szNameBuf: string, lHashVal: int): boolean;
|
|
520
|
+
releaseTLibAttr(pTLibAttr: nint): void;
|
|
519
521
|
}
|
|
520
522
|
|
|
521
523
|
|
|
524
|
+
export interface ITypeLib2$instance extends ITypeLib$instance {}
|
|
525
|
+
|
|
522
526
|
export type ITypeLib2 = ITypeLib2$instance;
|
|
523
527
|
|
|
524
528
|
export class BIND_OPTS$instance {
|
|
@@ -541,7 +545,7 @@ export class BINDPTR$instance {
|
|
|
541
545
|
export type BINDPTR = BINDPTR$instance;
|
|
542
546
|
|
|
543
547
|
export class CONNECTDATA$instance {
|
|
544
|
-
pUnk:
|
|
548
|
+
pUnk: unknown;
|
|
545
549
|
dwCookie: int;
|
|
546
550
|
}
|
|
547
551
|
|
|
@@ -672,7 +676,7 @@ export type STATSTG = STATSTG$instance;
|
|
|
672
676
|
export class STGMEDIUM$instance {
|
|
673
677
|
tymed: TYMED;
|
|
674
678
|
unionmember: nint;
|
|
675
|
-
pUnkForRelease:
|
|
679
|
+
pUnkForRelease: unknown;
|
|
676
680
|
}
|
|
677
681
|
|
|
678
682
|
|