1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
|
[
uuid(4609E683-0944-4456-A849-66BC6B0AB902),
version(1.0),
helpstring("Serveur Library")
]
library Serveur
{
importlib("STDOLE2.TLB");
[
uuid(7A740506-18A2-4C0B-90AE-A653BBEBDF6F),
version(1.0),
helpstring("Dispatch interface for TVectorAnsiStringCOM Object"),
dual,
oleautomation
]
interface ITVectorAnsiStringCOM: IDispatch
{
[
propget,
id(0x000000C9)
]
HRESULT _stdcall taille([out, retval] int * Value );
[
propput,
id(0x000000C9)
]
HRESULT _stdcall taille([in] int Value );
[
propget,
id(0x000000CA)
]
HRESULT _stdcall element([in] int Position, [out, retval] BSTR * Value );
[
propput,
id(0x000000CA)
]
HRESULT _stdcall element([in] int Position, [in] BSTR Value );
};
[
uuid(66FBB4CE-E85C-420D-8765-0734A7D386F8),
version(1.0),
helpstring("TVectorAnsiStringCOM Object")
]
coclass TVectorAnsiStringCOM
{
[default] interface ITVectorAnsiStringCOM;
};
[
uuid(9AED97B7-9A5D-49E5-BEEB-BF4444C8D115),
version(1.0),
helpstring("TRegionCOM Object")
]
coclass TRegionCOM
{
[default] interface ITRegionCOM;
};
[
uuid(8D3A6B08-9B14-41A3-8CEC-E825C7BD37EC),
version(1.0),
helpstring("TVectorTRegionCOM Object")
]
coclass TVectorTRegionCOM
{
[default] interface ITVectorTRegionCOM;
};
[
uuid(9C50EC1B-D8A2-4B34-86CF-D1206E18AFF6),
version(1.0),
helpstring("TRegionsCOM Object")
]
coclass TRegionsCOM
{
[default] interface ITRegionsCOM;
};
[
uuid(89C82050-025D-4B17-BD70-7D1FA2B22A7B),
version(1.0),
helpstring("Dispatch interface for TMatrixIntCOM Object"),
dual,
oleautomation
]
interface ITMatrixIntCOM: IDispatch
{
[
propget,
id(0x000000C9)
]
HRESULT _stdcall nRows([out, retval] int * Value );
[
propput,
id(0x000000C9)
]
HRESULT _stdcall nRows([in] int Value );
[
propget,
id(0x000000CA)
]
HRESULT _stdcall nCols([out, retval] int * Value );
[
propput,
id(0x000000CA)
]
HRESULT _stdcall nCols([in] int Value );
[
propget,
id(0x000000CB)
]
HRESULT _stdcall roiBottom([out, retval] int * Value );
[
propput,
id(0x000000CB)
]
HRESULT _stdcall roiBottom([in] int Value );
[
propget,
id(0x000000CC)
]
HRESULT _stdcall roiTop([out, retval] int * Value );
[
propput,
id(0x000000CC)
]
HRESULT _stdcall roiTop([in] int Value );
[
propget,
id(0x000000CD)
]
HRESULT _stdcall roiLeft([out, retval] int * Value );
[
propput,
id(0x000000CD)
]
HRESULT _stdcall roiLeft([in] int Value );
[
propget,
id(0x000000CE)
]
HRESULT _stdcall roiRight([out, retval] int * Value );
[
propput,
id(0x000000CE)
]
HRESULT _stdcall roiRight([in] int Value );
[
propget,
id(0x000000CF)
]
HRESULT _stdcall data([out, retval] SAFEARRAY(int) * Value );
[
propput,
id(0x000000CF)
]
HRESULT _stdcall data([in] SAFEARRAY(int) Value );
};
[
uuid(FB282122-08D4-45D0-82B5-3B8863AAA0D3),
version(1.0),
helpstring("TMatrixIntCOM Object")
]
coclass TMatrixIntCOM
{
[default] interface ITMatrixIntCOM;
};
[
uuid(75F1C8A2-3437-412A-9425-4E2C25D18D59),
version(1.0),
helpstring("TImageDataCOM Object")
]
coclass TImageDataCOM
{
[default] interface ITImageDataCOM;
};
[
uuid(B7A98524-34F9-42AC-B06B-A86AC1B15456),
version(1.0),
helpstring("ObjetRun Object")
]
coclass ObjetRun
{
[default] interface IObjetRun;
};
[
uuid(55C7EBA9-2F62-4EA9-903F-E6AD22990DE6),
version(1.0),
helpstring("Dispatch interface for TRegionCOM Object"),
dual,
oleautomation
]
interface ITRegionCOM: IDispatch
{
[
propget,
id(0x000000C9)
]
HRESULT _stdcall list([out, retval] ITVectorAnsiStringCOM ** Value /*Warning: unable to validate structure name: */ );
[
propput,
id(0x000000C9)
]
HRESULT _stdcall list([in] ITVectorAnsiStringCOM * Value /*Warning: unable to validate structure name: */ );
};
[
uuid(9155E9D1-BA6C-4FCD-8EB4-CDA6273EF83C),
version(1.0),
helpstring("Dispatch interface for TVectorTRegionCOM Object"),
dual,
oleautomation
]
interface ITVectorTRegionCOM: IDispatch
{
[
propget,
id(0x000000C9)
]
HRESULT _stdcall taille([out, retval] int * Value );
[
propput,
id(0x000000C9)
]
HRESULT _stdcall taille([in] int Value );
[
propget,
id(0x000000CA)
]
HRESULT _stdcall element([in] int Position, [out, retval] ITRegionCOM ** Value /*Warning: unable to validate structure name: */ );
[
propput,
id(0x000000CA)
]
HRESULT _stdcall element([in] int Position, [in] ITRegionCOM * Value /*Warning: unable to validate structure name: */ );
};
[
uuid(377D91AB-1D3D-4286-98B3-98B0ABD20EA6),
version(1.0),
helpstring("Dispatch interface for TRegionsCOM Object"),
dual,
oleautomation
]
interface ITRegionsCOM: IDispatch
{
[
propget,
id(0x000000C9)
]
HRESULT _stdcall list([out, retval] ITVectorTRegionCOM ** Value /*Warning: unable to validate structure name: */ );
[
propput,
id(0x000000C9)
]
HRESULT _stdcall list([in] ITVectorTRegionCOM * Value /*Warning: unable to validate structure name: */ );
[
propget,
id(0x000000CA)
]
HRESULT _stdcall currentRegion([out, retval] ITRegionCOM ** Value /*Warning: unable to validate structure name: */ );
[
propput,
id(0x000000CA)
]
HRESULT _stdcall currentRegion([in] ITRegionCOM * Value /*Warning: unable to validate structure name: */ );
};
[
uuid(9C3F32A0-DE0A-4AF7-B213-C0D86C875D8C),
version(1.0),
helpstring("Dispatch interface for TImageDataCOM Object"),
dual,
oleautomation
]
interface ITImageDataCOM: IDispatch
{
[
propget,
id(0x000000C9)
]
HRESULT _stdcall regions([out, retval] ITRegionsCOM ** Value /*Warning: unable to validate structure name: */ );
[
propput,
id(0x000000C9)
]
HRESULT _stdcall regions([in] ITRegionsCOM * Value /*Warning: unable to validate structure name: */ );
[
propget,
id(0x000000CA)
]
HRESULT _stdcall iMatrix([out, retval] ITMatrixIntCOM ** Value /*Warning: unable to validate structure name: */ );
[
propput,
id(0x000000CA)
]
HRESULT _stdcall iMatrix([in] ITMatrixIntCOM * Value /*Warning: unable to validate structure name: */ );
};
[
uuid(4F779284-3F7E-4DC8-A418-7DDC2912F75F),
version(1.0),
helpstring("Dispatch interface for ObjetRun Object"),
dual,
oleautomation
]
interface IObjetRun: IDispatch
{
[
propget,
id(0x000000C9)
]
HRESULT _stdcall image([out, retval] ITImageDataCOM ** Value /*Warning: unable to validate structure name: */ );
[
propput,
id(0x000000C9)
]
HRESULT _stdcall image([in] ITImageDataCOM * Value /*Warning: unable to validate structure name: */ );
[
id(0x000000CA)
]
HRESULT _stdcall run( void );
};
}; |