ISIS Logo
lvDCOM
An EPICS support module to export LabVIEW values as process variables
labview.tli
Go to the documentation of this file.
1 // Created by Microsoft (R) C/C++ Compiler Version 10.00.40219.01 (ca0d89d1).
2 //
3 // c:\development\epics\isis\lvdcom\lvdcomapp\src\o.windows-x64-debug\labview.tli
4 //
5 // Wrapper implementations for Win32 type library LabVIEW.tlb
6 // compiler-generated file created 03/22/13 at 15:10:36 - DO NOT EDIT!
7 
8 #pragma once
9 
10 //
11 // dispinterface Generic wrapper method implementations
12 //
13 
14 inline long Generic::GetClassID ( ) {
15  long _result = 0;
16  _com_dispatch_method(this, 0x6327800, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
17  return _result;
18 }
19 
20 inline GenericPtr Generic::GetOwner ( ) {
21  struct Generic * _result = 0;
22  _com_dispatch_method(this, 0x6327801, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&_result, NULL);
23  return GenericPtr(_result, false);
24 }
25 
26 inline VirtualInstrumentPtr Generic::GetOwningVI ( ) {
27  struct VirtualInstrument * _result = 0;
28  _com_dispatch_method(this, 0x6327802, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&_result, NULL);
29  return VirtualInstrumentPtr(_result, false);
30 }
31 
32 inline _bstr_t Generic::GetClassName ( ) {
33  BSTR _result = 0;
34  _com_dispatch_method(this, 0x6327803, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
35  return _bstr_t(_result, false);
36 }
37 
38 //
39 // dispinterface VirtualInstrument wrapper method implementations
40 //
41 
42 inline _bstr_t VirtualInstrument::GetName ( ) {
43  BSTR _result = 0;
44  _com_dispatch_method(this, 0x1f4, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
45  return _bstr_t(_result, false);
46 }
47 
48 inline void VirtualInstrument::PutName ( _bstr_t _arg1 ) {
49  _com_dispatch_method(this, 0x1f4, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
50  L"\x0008", (BSTR)_arg1);
51 }
52 
53 inline _bstr_t VirtualInstrument::GetPath ( ) {
54  BSTR _result = 0;
55  _com_dispatch_method(this, 0x1f5, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
56  return _bstr_t(_result, false);
57 }
58 
59 inline _bstr_t VirtualInstrument::GetDescription ( ) {
60  BSTR _result = 0;
61  _com_dispatch_method(this, 0x1f6, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
62  return _bstr_t(_result, false);
63 }
64 
65 inline void VirtualInstrument::PutDescription ( _bstr_t _arg1 ) {
66  _com_dispatch_method(this, 0x1f6, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
67  L"\x0008", (BSTR)_arg1);
68 }
69 
70 inline _bstr_t VirtualInstrument::GetHistoryText ( ) {
71  BSTR _result = 0;
72  _com_dispatch_method(this, 0x1f7, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
73  return _bstr_t(_result, false);
74 }
75 
76 inline VARIANT_BOOL VirtualInstrument::GetFPTitleBarVisible ( ) {
77  VARIANT_BOOL _result = 0;
78  _com_dispatch_method(this, 0x1f9, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
79  return _result;
80 }
81 
82 inline void VirtualInstrument::PutFPTitleBarVisible ( VARIANT_BOOL _arg1 ) {
83  _com_dispatch_method(this, 0x1f9, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
84  L"\x000b", _arg1);
85 }
86 
87 inline VARIANT_BOOL VirtualInstrument::GetFPWinClosable ( ) {
88  VARIANT_BOOL _result = 0;
89  _com_dispatch_method(this, 0x1fa, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
90  return _result;
91 }
92 
93 inline void VirtualInstrument::PutFPWinClosable ( VARIANT_BOOL _arg1 ) {
94  _com_dispatch_method(this, 0x1fa, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
95  L"\x000b", _arg1);
96 }
97 
98 inline VARIANT_BOOL VirtualInstrument::GetFPResizable ( ) {
99  VARIANT_BOOL _result = 0;
100  _com_dispatch_method(this, 0x1fb, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
101  return _result;
102 }
103 
104 inline void VirtualInstrument::PutFPResizable ( VARIANT_BOOL _arg1 ) {
105  _com_dispatch_method(this, 0x1fb, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
106  L"\x000b", _arg1);
107 }
108 
109 inline VARIANT_BOOL VirtualInstrument::GetFPAllowRTPopup ( ) {
110  VARIANT_BOOL _result = 0;
111  _com_dispatch_method(this, 0x1fc, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
112  return _result;
113 }
114 
115 inline void VirtualInstrument::PutFPAllowRTPopup ( VARIANT_BOOL _arg1 ) {
116  _com_dispatch_method(this, 0x1fc, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
117  L"\x000b", _arg1);
118 }
119 
120 inline VARIANT_BOOL VirtualInstrument::GetFPHiliteReturnButton ( ) {
121  VARIANT_BOOL _result = 0;
122  _com_dispatch_method(this, 0x1fd, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
123  return _result;
124 }
125 
126 inline void VirtualInstrument::PutFPHiliteReturnButton ( VARIANT_BOOL _arg1 ) {
127  _com_dispatch_method(this, 0x1fd, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
128  L"\x000b", _arg1);
129 }
130 
131 inline VARIANT_BOOL VirtualInstrument::GetFPSizeToScreen ( ) {
132  VARIANT_BOOL _result = 0;
133  _com_dispatch_method(this, 0x1fe, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
134  return _result;
135 }
136 
137 inline void VirtualInstrument::PutFPSizeToScreen ( VARIANT_BOOL _arg1 ) {
138  _com_dispatch_method(this, 0x1fe, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
139  L"\x000b", _arg1);
140 }
141 
142 inline VARIANT_BOOL VirtualInstrument::GetFPAutoCenter ( ) {
143  VARIANT_BOOL _result = 0;
144  _com_dispatch_method(this, 0x1ff, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
145  return _result;
146 }
147 
148 inline void VirtualInstrument::PutFPAutoCenter ( VARIANT_BOOL _arg1 ) {
149  _com_dispatch_method(this, 0x1ff, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
150  L"\x000b", _arg1);
151 }
152 
153 inline VARIANT_BOOL VirtualInstrument::GetFPShowScrollBars ( ) {
154  VARIANT_BOOL _result = 0;
155  _com_dispatch_method(this, 0x200, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
156  return _result;
157 }
158 
159 inline void VirtualInstrument::PutFPShowScrollBars ( VARIANT_BOOL _arg1 ) {
160  _com_dispatch_method(this, 0x200, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
161  L"\x000b", _arg1);
162 }
163 
164 inline VARIANT_BOOL VirtualInstrument::GetFPShowMenuBar ( ) {
165  VARIANT_BOOL _result = 0;
166  _com_dispatch_method(this, 0x201, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
167  return _result;
168 }
169 
170 inline void VirtualInstrument::PutFPShowMenuBar ( VARIANT_BOOL _arg1 ) {
171  _com_dispatch_method(this, 0x201, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
172  L"\x000b", _arg1);
173 }
174 
175 inline VARIANT_BOOL VirtualInstrument::GetTBVisible ( ) {
176  VARIANT_BOOL _result = 0;
177  _com_dispatch_method(this, 0x202, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
178  return _result;
179 }
180 
181 inline void VirtualInstrument::PutTBVisible ( VARIANT_BOOL _arg1 ) {
182  _com_dispatch_method(this, 0x202, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
183  L"\x000b", _arg1);
184 }
185 
186 inline VARIANT_BOOL VirtualInstrument::GetTBShowRunButton ( ) {
187  VARIANT_BOOL _result = 0;
188  _com_dispatch_method(this, 0x203, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
189  return _result;
190 }
191 
192 inline void VirtualInstrument::PutTBShowRunButton ( VARIANT_BOOL _arg1 ) {
193  _com_dispatch_method(this, 0x203, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
194  L"\x000b", _arg1);
195 }
196 
197 inline VARIANT_BOOL VirtualInstrument::GetTBShowFreeRunButton ( ) {
198  VARIANT_BOOL _result = 0;
199  _com_dispatch_method(this, 0x204, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
200  return _result;
201 }
202 
203 inline void VirtualInstrument::PutTBShowFreeRunButton ( VARIANT_BOOL _arg1 ) {
204  _com_dispatch_method(this, 0x204, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
205  L"\x000b", _arg1);
206 }
207 
208 inline VARIANT_BOOL VirtualInstrument::GetTBShowAbortButton ( ) {
209  VARIANT_BOOL _result = 0;
210  _com_dispatch_method(this, 0x205, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
211  return _result;
212 }
213 
214 inline void VirtualInstrument::PutTBShowAbortButton ( VARIANT_BOOL _arg1 ) {
215  _com_dispatch_method(this, 0x205, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
216  L"\x000b", _arg1);
217 }
218 
219 inline VARIANT_BOOL VirtualInstrument::GetAllowDebugging ( ) {
220  VARIANT_BOOL _result = 0;
221  _com_dispatch_method(this, 0x206, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
222  return _result;
223 }
224 
225 inline void VirtualInstrument::PutAllowDebugging ( VARIANT_BOOL _arg1 ) {
226  _com_dispatch_method(this, 0x206, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
227  L"\x000b", _arg1);
228 }
229 
230 inline VARIANT_BOOL VirtualInstrument::GetShowFPOnLoad ( ) {
231  VARIANT_BOOL _result = 0;
232  _com_dispatch_method(this, 0x209, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
233  return _result;
234 }
235 
236 inline void VirtualInstrument::PutShowFPOnLoad ( VARIANT_BOOL _arg1 ) {
237  _com_dispatch_method(this, 0x209, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
238  L"\x000b", _arg1);
239 }
240 
241 inline VARIANT_BOOL VirtualInstrument::GetShowFPOnCall ( ) {
242  VARIANT_BOOL _result = 0;
243  _com_dispatch_method(this, 0x20a, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
244  return _result;
245 }
246 
247 inline void VirtualInstrument::PutShowFPOnCall ( VARIANT_BOOL _arg1 ) {
248  _com_dispatch_method(this, 0x20a, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
249  L"\x000b", _arg1);
250 }
251 
252 inline VARIANT_BOOL VirtualInstrument::GetCloseFPAfterCall ( ) {
253  VARIANT_BOOL _result = 0;
254  _com_dispatch_method(this, 0x20b, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
255  return _result;
256 }
257 
258 inline void VirtualInstrument::PutCloseFPAfterCall ( VARIANT_BOOL _arg1 ) {
259  _com_dispatch_method(this, 0x20b, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
260  L"\x000b", _arg1);
261 }
262 
263 inline VARIANT_BOOL VirtualInstrument::GetRunOnOpen ( ) {
264  VARIANT_BOOL _result = 0;
265  _com_dispatch_method(this, 0x20c, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
266  return _result;
267 }
268 
269 inline void VirtualInstrument::PutRunOnOpen ( VARIANT_BOOL _arg1 ) {
270  _com_dispatch_method(this, 0x20c, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
271  L"\x000b", _arg1);
272 }
273 
274 inline VARIANT_BOOL VirtualInstrument::GetIsReentrant ( ) {
275  VARIANT_BOOL _result = 0;
276  _com_dispatch_method(this, 0x20d, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
277  return _result;
278 }
279 
280 inline void VirtualInstrument::PutIsReentrant ( VARIANT_BOOL _arg1 ) {
281  _com_dispatch_method(this, 0x20d, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
282  L"\x000b", _arg1);
283 }
284 
285 inline enum VIPriorityEnum VirtualInstrument::GetExecPriority ( ) {
286  enum VIPriorityEnum _result;
287  _com_dispatch_method(this, 0x20e, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
288  return _result;
289 }
290 
291 inline void VirtualInstrument::PutExecPriority ( enum VIPriorityEnum _arg1 ) {
292  _com_dispatch_method(this, 0x20e, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
293  L"\x0003", _arg1);
294 }
295 
296 inline VARIANT_BOOL VirtualInstrument::GetHistUseDefaults ( ) {
297  VARIANT_BOOL _result = 0;
298  _com_dispatch_method(this, 0x20f, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
299  return _result;
300 }
301 
302 inline void VirtualInstrument::PutHistUseDefaults ( VARIANT_BOOL _arg1 ) {
303  _com_dispatch_method(this, 0x20f, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
304  L"\x000b", _arg1);
305 }
306 
307 inline VARIANT_BOOL VirtualInstrument::GetHistAddCommentsAtSave ( ) {
308  VARIANT_BOOL _result = 0;
309  _com_dispatch_method(this, 0x210, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
310  return _result;
311 }
312 
313 inline void VirtualInstrument::PutHistAddCommentsAtSave ( VARIANT_BOOL _arg1 ) {
314  _com_dispatch_method(this, 0x210, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
315  L"\x000b", _arg1);
316 }
317 
318 inline VARIANT_BOOL VirtualInstrument::GetHistPromptAtClose ( ) {
319  VARIANT_BOOL _result = 0;
320  _com_dispatch_method(this, 0x211, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
321  return _result;
322 }
323 
324 inline void VirtualInstrument::PutHistPromptAtClose ( VARIANT_BOOL _arg1 ) {
325  _com_dispatch_method(this, 0x211, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
326  L"\x000b", _arg1);
327 }
328 
329 inline VARIANT_BOOL VirtualInstrument::GetHistPromptForCommentsAtSave ( ) {
330  VARIANT_BOOL _result = 0;
331  _com_dispatch_method(this, 0x212, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
332  return _result;
333 }
334 
335 inline void VirtualInstrument::PutHistPromptForCommentsAtSave ( VARIANT_BOOL _arg1 ) {
336  _com_dispatch_method(this, 0x212, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
337  L"\x000b", _arg1);
338 }
339 
340 inline VARIANT_BOOL VirtualInstrument::GetHistRecordAppComments ( ) {
341  VARIANT_BOOL _result = 0;
342  _com_dispatch_method(this, 0x213, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
343  return _result;
344 }
345 
346 inline void VirtualInstrument::PutHistRecordAppComments ( VARIANT_BOOL _arg1 ) {
347  _com_dispatch_method(this, 0x213, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
348  L"\x000b", _arg1);
349 }
350 
351 inline _bstr_t VirtualInstrument::GetHelpDocumentTag ( ) {
352  BSTR _result = 0;
353  _com_dispatch_method(this, 0x214, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
354  return _bstr_t(_result, false);
355 }
356 
357 inline void VirtualInstrument::PutHelpDocumentTag ( _bstr_t _arg1 ) {
358  _com_dispatch_method(this, 0x214, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
359  L"\x0008", (BSTR)_arg1);
360 }
361 
362 inline _bstr_t VirtualInstrument::GetHelpDocumentPath ( ) {
363  BSTR _result = 0;
364  _com_dispatch_method(this, 0x215, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
365  return _bstr_t(_result, false);
366 }
367 
368 inline void VirtualInstrument::PutHelpDocumentPath ( _bstr_t _arg1 ) {
369  _com_dispatch_method(this, 0x215, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
370  L"\x0008", (BSTR)_arg1);
371 }
372 
373 inline VARIANT_BOOL VirtualInstrument::GetFPWinOpen ( ) {
374  VARIANT_BOOL _result = 0;
375  _com_dispatch_method(this, 0x216, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
376  return _result;
377 }
378 
379 inline void VirtualInstrument::PutFPWinOpen ( VARIANT_BOOL _arg1 ) {
380  _com_dispatch_method(this, 0x216, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
381  L"\x000b", _arg1);
382 }
383 
384 inline VARIANT_BOOL VirtualInstrument::GetFPWinIsFrontMost ( ) {
385  VARIANT_BOOL _result = 0;
386  _com_dispatch_method(this, 0x217, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
387  return _result;
388 }
389 
390 inline void VirtualInstrument::PutFPWinIsFrontMost ( VARIANT_BOOL _arg1 ) {
391  _com_dispatch_method(this, 0x217, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
392  L"\x000b", _arg1);
393 }
394 
395 inline _variant_t VirtualInstrument::GetFPWinBounds ( ) {
396  VARIANT _result;
397  VariantInit(&_result);
398  _com_dispatch_method(this, 0x218, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
399  return _variant_t(_result, false);
400 }
401 
402 inline void VirtualInstrument::PutFPWinBounds ( const _variant_t & _arg1 ) {
403  _com_dispatch_method(this, 0x218, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
404  L"\x000c", &_arg1);
405 }
406 
407 inline long VirtualInstrument::GetVIModificationBitSet ( ) {
408  long _result = 0;
409  _com_dispatch_method(this, 0x219, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
410  return _result;
411 }
412 
413 inline long VirtualInstrument::GetFPModificationBitSet ( ) {
414  long _result = 0;
415  _com_dispatch_method(this, 0x21a, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
416  return _result;
417 }
418 
419 inline long VirtualInstrument::GetBDModificationBitSet ( ) {
420  long _result = 0;
421  _com_dispatch_method(this, 0x21b, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
422  return _result;
423 }
424 
425 inline long VirtualInstrument::GetCodeSize ( ) {
426  long _result = 0;
427  _com_dispatch_method(this, 0x21c, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
428  return _result;
429 }
430 
431 inline long VirtualInstrument::GetDataSize ( ) {
432  long _result = 0;
433  _com_dispatch_method(this, 0x21d, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
434  return _result;
435 }
436 
437 inline long VirtualInstrument::GetFPSize ( ) {
438  long _result = 0;
439  _com_dispatch_method(this, 0x21e, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
440  return _result;
441 }
442 
443 inline long VirtualInstrument::GetBDSize ( ) {
444  long _result = 0;
445  _com_dispatch_method(this, 0x21f, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
446  return _result;
447 }
448 
449 inline _variant_t VirtualInstrument::GetCallers ( ) {
450  VARIANT _result;
451  VariantInit(&_result);
452  _com_dispatch_method(this, 0x220, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
453  return _variant_t(_result, false);
454 }
455 
456 inline _variant_t VirtualInstrument::GetCallees ( ) {
457  VARIANT _result;
458  VariantInit(&_result);
459  _com_dispatch_method(this, 0x221, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
460  return _variant_t(_result, false);
461 }
462 
463 inline _bstr_t VirtualInstrument::GetLogFilePath ( ) {
464  BSTR _result = 0;
465  _com_dispatch_method(this, 0x225, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
466  return _bstr_t(_result, false);
467 }
468 
469 inline void VirtualInstrument::PutLogFilePath ( _bstr_t _arg1 ) {
470  _com_dispatch_method(this, 0x225, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
471  L"\x0008", (BSTR)_arg1);
472 }
473 
474 inline VARIANT_BOOL VirtualInstrument::GetLogAtFinish ( ) {
475  VARIANT_BOOL _result = 0;
476  _com_dispatch_method(this, 0x226, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
477  return _result;
478 }
479 
480 inline void VirtualInstrument::PutLogAtFinish ( VARIANT_BOOL _arg1 ) {
481  _com_dispatch_method(this, 0x226, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
482  L"\x000b", _arg1);
483 }
484 
485 inline VARIANT_BOOL VirtualInstrument::GetPrintLogFileAtFinish ( ) {
486  VARIANT_BOOL _result = 0;
487  _com_dispatch_method(this, 0x227, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
488  return _result;
489 }
490 
491 inline void VirtualInstrument::PutPrintLogFileAtFinish ( VARIANT_BOOL _arg1 ) {
492  _com_dispatch_method(this, 0x227, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
493  L"\x000b", _arg1);
494 }
495 
496 inline _variant_t VirtualInstrument::GetFPWinOrigin ( ) {
497  VARIANT _result;
498  VariantInit(&_result);
499  _com_dispatch_method(this, 0x228, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
500  return _variant_t(_result, false);
501 }
502 
503 inline void VirtualInstrument::PutFPWinOrigin ( const _variant_t & _arg1 ) {
504  _com_dispatch_method(this, 0x228, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
505  L"\x000c", &_arg1);
506 }
507 
508 inline _bstr_t VirtualInstrument::GetFPWinTitle ( ) {
509  BSTR _result = 0;
510  _com_dispatch_method(this, 0x229, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
511  return _bstr_t(_result, false);
512 }
513 
514 inline void VirtualInstrument::PutFPWinTitle ( _bstr_t _arg1 ) {
515  _com_dispatch_method(this, 0x229, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
516  L"\x0008", (BSTR)_arg1);
517 }
518 
519 inline VARIANT_BOOL VirtualInstrument::GetSuspendOnCall ( ) {
520  VARIANT_BOOL _result = 0;
521  _com_dispatch_method(this, 0x22b, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
522  return _result;
523 }
524 
525 inline void VirtualInstrument::PutSuspendOnCall ( VARIANT_BOOL _arg1 ) {
526  _com_dispatch_method(this, 0x22b, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
527  L"\x000b", _arg1);
528 }
529 
530 inline _variant_t VirtualInstrument::GetFPWinPanelBounds ( ) {
531  VARIANT _result;
532  VariantInit(&_result);
533  _com_dispatch_method(this, 0x22c, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
534  return _variant_t(_result, false);
535 }
536 
537 inline void VirtualInstrument::PutFPWinPanelBounds ( const _variant_t & _arg1 ) {
538  _com_dispatch_method(this, 0x22c, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
539  L"\x000c", &_arg1);
540 }
541 
542 inline enum ExecStateEnum VirtualInstrument::GetExecState ( ) {
543  enum ExecStateEnum _result;
544  _com_dispatch_method(this, 0x22d, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
545  return _result;
546 }
547 
548 inline VARIANT_BOOL VirtualInstrument::GetEditMode ( ) {
549  VARIANT_BOOL _result = 0;
550  _com_dispatch_method(this, 0x22e, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
551  return _result;
552 }
553 
554 inline void VirtualInstrument::PutEditMode ( VARIANT_BOOL _arg1 ) {
555  _com_dispatch_method(this, 0x22e, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
556  L"\x000b", _arg1);
557 }
558 
559 inline enum VIExecSysEnum VirtualInstrument::GetPreferredExecSystem ( ) {
560  enum VIExecSysEnum _result;
561  _com_dispatch_method(this, 0x22f, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
562  return _result;
563 }
564 
565 inline void VirtualInstrument::PutPreferredExecSystem ( enum VIExecSysEnum _arg1 ) {
566  _com_dispatch_method(this, 0x22f, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
567  L"\x0003", _arg1);
568 }
569 
570 inline VARIANT_BOOL VirtualInstrument::GetFPWinCustomTitle ( ) {
571  VARIANT_BOOL _result = 0;
572  _com_dispatch_method(this, 0x231, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
573  return _result;
574 }
575 
576 inline void VirtualInstrument::PutFPWinCustomTitle ( VARIANT_BOOL _arg1 ) {
577  _com_dispatch_method(this, 0x231, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
578  L"\x000b", _arg1);
579 }
580 
581 inline enum VITypeEnum VirtualInstrument::GetVIType ( ) {
582  enum VITypeEnum _result;
583  _com_dispatch_method(this, 0x232, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
584  return _result;
585 }
586 
587 inline long VirtualInstrument::GetRevisionNumber ( ) {
588  long _result = 0;
589  _com_dispatch_method(this, 0x234, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
590  return _result;
591 }
592 
593 inline void VirtualInstrument::PutRevisionNumber ( long _arg1 ) {
594  _com_dispatch_method(this, 0x234, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
595  L"\x0003", _arg1);
596 }
597 
598 inline VARIANT_BOOL VirtualInstrument::GetFPKeepWinProps ( ) {
599  VARIANT_BOOL _result = 0;
600  _com_dispatch_method(this, 0x23f, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
601  return _result;
602 }
603 
604 inline void VirtualInstrument::PutFPKeepWinProps ( VARIANT_BOOL _arg1 ) {
605  _com_dispatch_method(this, 0x23f, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
606  L"\x000b", _arg1);
607 }
608 
609 inline _bstr_t VirtualInstrument::GetRunTimeMenuPath ( ) {
610  BSTR _result = 0;
611  _com_dispatch_method(this, 0x244, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
612  return _bstr_t(_result, false);
613 }
614 
615 inline void VirtualInstrument::PutRunTimeMenuPath ( _bstr_t _arg1 ) {
616  _com_dispatch_method(this, 0x244, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
617  L"\x0008", (BSTR)_arg1);
618 }
619 
620 inline VARIANT_BOOL VirtualInstrument::GetFPMinimizeable ( ) {
621  VARIANT_BOOL _result = 0;
622  _com_dispatch_method(this, 0x247, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
623  return _result;
624 }
625 
626 inline void VirtualInstrument::PutFPMinimizeable ( VARIANT_BOOL _arg1 ) {
627  _com_dispatch_method(this, 0x247, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
628  L"\x000b", _arg1);
629 }
630 
631 inline VARIANT_BOOL VirtualInstrument::GetFPResizeable ( ) {
632  VARIANT_BOOL _result = 0;
633  _com_dispatch_method(this, 0x248, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
634  return _result;
635 }
636 
637 inline void VirtualInstrument::PutFPResizeable ( VARIANT_BOOL _arg1 ) {
638  _com_dispatch_method(this, 0x248, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
639  L"\x000b", _arg1);
640 }
641 
642 inline VARIANT_BOOL VirtualInstrument::GetExpandWhenDroppedAsSubVI ( ) {
643  VARIANT_BOOL _result = 0;
644  _com_dispatch_method(this, 0x249, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
645  return _result;
646 }
647 
648 inline void VirtualInstrument::PutExpandWhenDroppedAsSubVI ( VARIANT_BOOL _arg1 ) {
649  _com_dispatch_method(this, 0x249, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
650  L"\x000b", _arg1);
651 }
652 
653 inline enum PageOrientationEnum VirtualInstrument::GetPrintingOrientation ( ) {
654  enum PageOrientationEnum _result;
655  _com_dispatch_method(this, 0x24a, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
656  return _result;
657 }
658 
659 inline void VirtualInstrument::PutPrintingOrientation ( enum PageOrientationEnum _arg1 ) {
660  _com_dispatch_method(this, 0x24a, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
661  L"\x0003", _arg1);
662 }
663 
664 inline VARIANT_BOOL VirtualInstrument::GetPrintingHeaders ( ) {
665  VARIANT_BOOL _result = 0;
666  _com_dispatch_method(this, 0x24b, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
667  return _result;
668 }
669 
670 inline void VirtualInstrument::PutPrintingHeaders ( VARIANT_BOOL _arg1 ) {
671  _com_dispatch_method(this, 0x24b, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
672  L"\x000b", _arg1);
673 }
674 
675 inline VARIANT_BOOL VirtualInstrument::GetPrintingFPScaling ( ) {
676  VARIANT_BOOL _result = 0;
677  _com_dispatch_method(this, 0x24c, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
678  return _result;
679 }
680 
681 inline void VirtualInstrument::PutPrintingFPScaling ( VARIANT_BOOL _arg1 ) {
682  _com_dispatch_method(this, 0x24c, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
683  L"\x000b", _arg1);
684 }
685 
686 inline _variant_t VirtualInstrument::GetPrintMargins ( ) {
687  VARIANT _result;
688  VariantInit(&_result);
689  _com_dispatch_method(this, 0x24d, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
690  return _variant_t(_result, false);
691 }
692 
693 inline void VirtualInstrument::PutPrintMargins ( const _variant_t & _arg1 ) {
694  _com_dispatch_method(this, 0x24d, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
695  L"\x000c", &_arg1);
696 }
697 
698 inline VARIANT_BOOL VirtualInstrument::GetPrintHeaderVIName ( ) {
699  VARIANT_BOOL _result = 0;
700  _com_dispatch_method(this, 0x24e, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
701  return _result;
702 }
703 
704 inline void VirtualInstrument::PutPrintHeaderVIName ( VARIANT_BOOL _arg1 ) {
705  _com_dispatch_method(this, 0x24e, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
706  L"\x000b", _arg1);
707 }
708 
709 inline VARIANT_BOOL VirtualInstrument::GetPrintHeaderDatePrint ( ) {
710  VARIANT_BOOL _result = 0;
711  _com_dispatch_method(this, 0x250, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
712  return _result;
713 }
714 
715 inline void VirtualInstrument::PutPrintHeaderDatePrint ( VARIANT_BOOL _arg1 ) {
716  _com_dispatch_method(this, 0x250, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
717  L"\x000b", _arg1);
718 }
719 
720 inline VARIANT_BOOL VirtualInstrument::GetPrintHeaderModifyDate ( ) {
721  VARIANT_BOOL _result = 0;
722  _com_dispatch_method(this, 0x251, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
723  return _result;
724 }
725 
726 inline void VirtualInstrument::PutPrintHeaderModifyDate ( VARIANT_BOOL _arg1 ) {
727  _com_dispatch_method(this, 0x251, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
728  L"\x000b", _arg1);
729 }
730 
731 inline VARIANT_BOOL VirtualInstrument::GetPrintHeaderPageNumber ( ) {
732  VARIANT_BOOL _result = 0;
733  _com_dispatch_method(this, 0x252, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
734  return _result;
735 }
736 
737 inline void VirtualInstrument::PutPrintHeaderPageNumber ( VARIANT_BOOL _arg1 ) {
738  _com_dispatch_method(this, 0x252, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
739  L"\x000b", _arg1);
740 }
741 
742 inline VARIANT_BOOL VirtualInstrument::GetPrintHeaderVIIcon ( ) {
743  VARIANT_BOOL _result = 0;
744  _com_dispatch_method(this, 0x253, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
745  return _result;
746 }
747 
748 inline void VirtualInstrument::PutPrintHeaderVIIcon ( VARIANT_BOOL _arg1 ) {
749  _com_dispatch_method(this, 0x253, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
750  L"\x000b", _arg1);
751 }
752 
753 inline VARIANT_BOOL VirtualInstrument::GetPrintingHeaderVIPath ( ) {
754  VARIANT_BOOL _result = 0;
755  _com_dispatch_method(this, 0x254, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
756  return _result;
757 }
758 
759 inline void VirtualInstrument::PutPrintingHeaderVIPath ( VARIANT_BOOL _arg1 ) {
760  _com_dispatch_method(this, 0x254, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
761  L"\x000b", _arg1);
762 }
763 
764 inline enum FPBehaviorEnum VirtualInstrument::GetFPBehavior ( ) {
765  enum FPBehaviorEnum _result;
766  _com_dispatch_method(this, 0x259, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
767  return _result;
768 }
769 
770 inline void VirtualInstrument::PutFPBehavior ( enum FPBehaviorEnum _arg1 ) {
771  _com_dispatch_method(this, 0x259, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
772  L"\x0003", _arg1);
773 }
774 
775 inline enum FPStateEnum VirtualInstrument::GetFPState ( ) {
776  enum FPStateEnum _result;
777  _com_dispatch_method(this, 0x260, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
778  return _result;
779 }
780 
781 inline void VirtualInstrument::PutFPState ( enum FPStateEnum _arg1 ) {
782  _com_dispatch_method(this, 0x260, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
783  L"\x0003", _arg1);
784 }
785 
786 inline VARIANT_BOOL VirtualInstrument::GetPrintingBDScaling ( ) {
787  VARIANT_BOOL _result = 0;
788  _com_dispatch_method(this, 0x262, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
789  return _result;
790 }
791 
792 inline void VirtualInstrument::PutPrintingBDScaling ( VARIANT_BOOL _arg1 ) {
793  _com_dispatch_method(this, 0x262, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
794  L"\x000b", _arg1);
795 }
796 
797 inline long VirtualInstrument::Get_CPTM_CRC ( ) {
798  long _result = 0;
799  _com_dispatch_method(this, 0x266, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
800  return _result;
801 }
802 
803 inline long VirtualInstrument::Get_FPWinOSWindow ( ) {
804  long _result = 0;
805  _com_dispatch_method(this, 0x267, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
806  return _result;
807 }
808 
809 inline long VirtualInstrument::Get_BDWinOSWindow ( ) {
810  long _result = 0;
811  _com_dispatch_method(this, 0x268, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
812  return _result;
813 }
814 
815 inline VARIANT_BOOL VirtualInstrument::GetIsProbe ( ) {
816  VARIANT_BOOL _result = 0;
817  _com_dispatch_method(this, 0x26a, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
818  return _result;
819 }
820 
821 inline HRESULT VirtualInstrument::ExportVIStrings ( _bstr_t stringFile, VARIANT_BOOL interactive, _bstr_t logFile, VARIANT_BOOL captions, VARIANT_BOOL diagram ) {
822  return _com_dispatch_method(this, 0x3e8, DISPATCH_METHOD, VT_EMPTY, NULL,
823  L"\x0008\x000b\x0008\x000b\x000b", (BSTR)stringFile, interactive, (BSTR)logFile, captions, diagram);
824 }
825 
826 inline HRESULT VirtualInstrument::ImportVIStrings ( _bstr_t stringFile, VARIANT_BOOL interactive, _bstr_t logFile ) {
827  return _com_dispatch_method(this, 0x3e9, DISPATCH_METHOD, VT_EMPTY, NULL,
828  L"\x0008\x000b\x0008", (BSTR)stringFile, interactive, (BSTR)logFile);
829 }
830 
831 inline HRESULT VirtualInstrument::SaveInstrument ( _bstr_t viPath, VARIANT_BOOL saveACopy, VARIANT_BOOL withoutDiagram ) {
832  return _com_dispatch_method(this, 0x3ea, DISPATCH_METHOD, VT_EMPTY, NULL,
833  L"\x0008\x000b\x000b", (BSTR)viPath, saveACopy, withoutDiagram);
834 }
835 
836 inline HRESULT VirtualInstrument::Abort ( ) {
837  return _com_dispatch_method(this, 0x3ec, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
838 }
839 
840 inline HRESULT VirtualInstrument::PrintVIToPrinter ( enum PrintFormatEnum format, VARIANT_BOOL scalePanel, VARIANT_BOOL scaleDiagram, VARIANT_BOOL pageHeaders, VARIANT_BOOL pageBreaks, VARIANT_BOOL sectionHeaders ) {
841  return _com_dispatch_method(this, 0x3ed, DISPATCH_METHOD, VT_EMPTY, NULL,
842  L"\x0003\x000b\x000b\x000b\x000b\x000b", format, scalePanel, scaleDiagram, pageHeaders, pageBreaks, sectionHeaders);
843 }
844 
845 inline HRESULT VirtualInstrument::PrintVIToHTML ( _bstr_t htmlFilePath, VARIANT_BOOL append, enum PrintFormatEnum format, enum HTMLImageFormatEnum imageFormat, long imageDepth, _bstr_t imageDirectory ) {
846  return _com_dispatch_method(this, 0x3ee, DISPATCH_METHOD, VT_EMPTY, NULL,
847  L"\x0008\x000b\x0003\x0003\x0003\x0008", (BSTR)htmlFilePath, append, format, imageFormat, imageDepth, (BSTR)imageDirectory);
848 }
849 
850 inline HRESULT VirtualInstrument::PrintVIToRTF ( _bstr_t rtfFilePath, VARIANT_BOOL append, enum PrintFormatEnum format, long imageFormat, long imageDepth, _bstr_t imageDirectory, VARIANT_BOOL helpFormat ) {
851  return _com_dispatch_method(this, 0x3ef, DISPATCH_METHOD, VT_EMPTY, NULL,
852  L"\x0008\x000b\x0003\x0003\x0003\x0008\x000b", (BSTR)rtfFilePath, append, format, imageFormat, imageDepth, (BSTR)imageDirectory, helpFormat);
853 }
854 
855 inline HRESULT VirtualInstrument::PrintVIToText ( _bstr_t textFilePath, VARIANT_BOOL append, enum PrintFormatEnum format ) {
856  return _com_dispatch_method(this, 0x3f0, DISPATCH_METHOD, VT_EMPTY, NULL,
857  L"\x0008\x000b\x0003", (BSTR)textFilePath, append, format);
858 }
859 
860 inline HRESULT VirtualInstrument::MakeCurValueDefault ( ) {
861  return _com_dispatch_method(this, 0x3f3, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
862 }
863 
864 inline HRESULT VirtualInstrument::ReinitializeAllToDefault ( ) {
865  return _com_dispatch_method(this, 0x3f4, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
866 }
867 
868 inline _variant_t VirtualInstrument::GetControlValue ( _bstr_t controlName ) {
869  VARIANT _result;
870  VariantInit(&_result);
871  _com_dispatch_method(this, 0x3f5, DISPATCH_METHOD, VT_VARIANT, (void*)&_result,
872  L"\x0008", (BSTR)controlName);
873  return _variant_t(_result, false);
874 }
875 
876 inline HRESULT VirtualInstrument::SetControlValue ( _bstr_t controlName, const _variant_t & value ) {
877  return _com_dispatch_method(this, 0x3f6, DISPATCH_METHOD, VT_EMPTY, NULL,
878  L"\x0008\x000c", (BSTR)controlName, &value);
879 }
880 
881 inline HRESULT VirtualInstrument::Call ( VARIANT * paramNames, VARIANT * paramVals ) {
882  return _com_dispatch_method(this, 0x3f7, DISPATCH_METHOD, VT_EMPTY, NULL,
883  L"\x480c\x480c", paramNames, paramVals);
884 }
885 
886 inline HRESULT VirtualInstrument::GetPanelImage ( VARIANT_BOOL visibleOnly, long imgDepth, VARIANT * img, VARIANT * colors, VARIANT * bounds ) {
887  return _com_dispatch_method(this, 0x3f8, DISPATCH_METHOD, VT_EMPTY, NULL,
888  L"\x000b\x0003\x480c\x480c\x480c", visibleOnly, imgDepth, img, colors, bounds);
889 }
890 
891 inline HRESULT VirtualInstrument::Run ( VARIANT_BOOL async ) {
892  return _com_dispatch_method(this, 0x3f9, DISPATCH_METHOD, VT_EMPTY, NULL,
893  L"\x000b", async);
894 }
895 
896 inline HRESULT VirtualInstrument::Revert ( ) {
897  return _com_dispatch_method(this, 0x3fa, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
898 }
899 
900 inline HRESULT VirtualInstrument::PrintPanel ( VARIANT_BOOL entirePanel ) {
901  return _com_dispatch_method(this, 0x3fb, DISPATCH_METHOD, VT_EMPTY, NULL,
902  L"\x000b", entirePanel);
903 }
904 
905 inline enum VILockStateEnum VirtualInstrument::GetLockState ( VARIANT_BOOL * pwdInCache ) {
906  enum VILockStateEnum _result;
907  _com_dispatch_method(this, 0x3fd, DISPATCH_METHOD, VT_I4, (void*)&_result,
908  L"\x400b", pwdInCache);
909  return _result;
910 }
911 
912 inline HRESULT VirtualInstrument::SetLockState ( enum VILockStateEnum lockState, VARIANT_BOOL interactive, _bstr_t password, VARIANT_BOOL putInCache ) {
913  return _com_dispatch_method(this, 0x3fe, DISPATCH_METHOD, VT_EMPTY, NULL,
914  L"\x0003\x000b\x0008\x000b", lockState, interactive, (BSTR)password, putInCache);
915 }
916 
917 inline HRESULT VirtualInstrument::SaveForPrevious ( _bstr_t viPath, BSTR * warnings ) {
918  return _com_dispatch_method(this, 0x400, DISPATCH_METHOD, VT_EMPTY, NULL,
919  L"\x0008\x4008", (BSTR)viPath, warnings);
920 }
921 
922 inline HRESULT VirtualInstrument::Call2 ( VARIANT * paramNames, VARIANT * paramVals, VARIANT_BOOL openFP, VARIANT_BOOL CloseFPAfterCall, VARIANT_BOOL SuspendOnCall, VARIANT_BOOL bringAppToFront ) {
923  return _com_dispatch_method(this, 0x406, DISPATCH_METHOD, VT_EMPTY, NULL,
924  L"\x400c\x400c\x000b\x000b\x000b\x000b", paramNames, paramVals, openFP, CloseFPAfterCall, SuspendOnCall, bringAppToFront);
925 }
926 
927 inline HRESULT VirtualInstrument::SetVIIcon ( _bstr_t imageFile ) {
928  return _com_dispatch_method(this, 0x407, DISPATCH_METHOD, VT_EMPTY, NULL,
929  L"\x0008", (BSTR)imageFile);
930 }
931 
932 inline HRESULT VirtualInstrument::SaveRunTimeMenu ( _bstr_t filePath ) {
933  return _com_dispatch_method(this, 0x413, DISPATCH_METHOD, VT_EMPTY, NULL,
934  L"\x0008", (BSTR)filePath);
935 }
936 
937 inline HRESULT VirtualInstrument::OldOpenFrontPanel ( VARIANT_BOOL Activate, enum FPStateEnum State ) {
938  return _com_dispatch_method(this, 0x424, DISPATCH_METHOD, VT_EMPTY, NULL,
939  L"\x000b\x0003", Activate, State);
940 }
941 
942 inline HRESULT VirtualInstrument::CloseFrontPanel ( ) {
943  return _com_dispatch_method(this, 0x425, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
944 }
945 
946 inline HRESULT VirtualInstrument::OpenFrontPanel ( VARIANT_BOOL Activate, enum FPStateEnum State ) {
947  return _com_dispatch_method(this, 0x438, DISPATCH_METHOD, VT_EMPTY, NULL,
948  L"\x000b\x0003", Activate, State);
949 }
950 
951 //
952 // dispinterface _Application wrapper method implementations
953 //
954 
955 inline _bstr_t _Application::GetAppName ( ) {
956  BSTR _result = 0;
957  _com_dispatch_method(this, 0x0, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
958  return _bstr_t(_result, false);
959 }
960 
961 inline _bstr_t _Application::GetUserName ( ) {
962  BSTR _result = 0;
963  _com_dispatch_method(this, 0x1, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
964  return _bstr_t(_result, false);
965 }
966 
967 inline void _Application::PutUserName ( _bstr_t _arg1 ) {
968  _com_dispatch_method(this, 0x1, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
969  L"\x0008", (BSTR)_arg1);
970 }
971 
972 inline _bstr_t _Application::GetVersion ( ) {
973  BSTR _result = 0;
974  _com_dispatch_method(this, 0x2, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
975  return _bstr_t(_result, false);
976 }
977 
978 inline enum AppKindEnum _Application::GetAppKind ( ) {
979  enum AppKindEnum _result;
980  _com_dispatch_method(this, 0x3, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
981  return _result;
982 }
983 
984 inline enum AppTargOSEnum _Application::GetAppTargetOS ( ) {
985  enum AppTargOSEnum _result;
986  _com_dispatch_method(this, 0x4, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
987  return _result;
988 }
989 
990 inline enum AppTargCPUEnum _Application::GetAppTargetCPU ( ) {
991  enum AppTargCPUEnum _result;
992  _com_dispatch_method(this, 0x5, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
993  return _result;
994 }
995 
996 inline _bstr_t _Application::GetOSName ( ) {
997  BSTR _result = 0;
998  _com_dispatch_method(this, 0x6, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
999  return _bstr_t(_result, false);
1000 }
1001 
1002 inline _bstr_t _Application::GetOSVersion ( ) {
1003  BSTR _result = 0;
1004  _com_dispatch_method(this, 0x7, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
1005  return _bstr_t(_result, false);
1006 }
1007 
1008 inline _variant_t _Application::GetExportedVIs ( ) {
1009  VARIANT _result;
1010  VariantInit(&_result);
1011  _com_dispatch_method(this, 0x8, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
1012  return _variant_t(_result, false);
1013 }
1014 
1015 inline long _Application::GetPrintSetupFileWrapText ( ) {
1016  long _result = 0;
1017  _com_dispatch_method(this, 0x9, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1018  return _result;
1019 }
1020 
1021 inline void _Application::PutPrintSetupFileWrapText ( long _arg1 ) {
1022  _com_dispatch_method(this, 0x9, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1023  L"\x0003", _arg1);
1024 }
1025 
1026 inline long _Application::GetPrintSetupPNGCompressLevel ( ) {
1027  long _result = 0;
1028  _com_dispatch_method(this, 0xa, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1029  return _result;
1030 }
1031 
1032 inline void _Application::PutPrintSetupPNGCompressLevel ( long _arg1 ) {
1033  _com_dispatch_method(this, 0xa, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1034  L"\x0003", _arg1);
1035 }
1036 
1037 inline long _Application::GetPrintSetupJPEGQuality ( ) {
1038  long _result = 0;
1039  _com_dispatch_method(this, 0xb, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1040  return _result;
1041 }
1042 
1043 inline void _Application::PutPrintSetupJPEGQuality ( long _arg1 ) {
1044  _com_dispatch_method(this, 0xb, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1045  L"\x0003", _arg1);
1046 }
1047 
1048 inline VARIANT_BOOL _Application::GetPrintSetupCustomConnector ( ) {
1049  VARIANT_BOOL _result = 0;
1050  _com_dispatch_method(this, 0xc, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1051  return _result;
1052 }
1053 
1054 inline void _Application::PutPrintSetupCustomConnector ( VARIANT_BOOL _arg1 ) {
1055  _com_dispatch_method(this, 0xc, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1056  L"\x000b", _arg1);
1057 }
1058 
1059 inline VARIANT_BOOL _Application::GetPrintSetupCustomDescription ( ) {
1060  VARIANT_BOOL _result = 0;
1061  _com_dispatch_method(this, 0xd, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1062  return _result;
1063 }
1064 
1065 inline void _Application::PutPrintSetupCustomDescription ( VARIANT_BOOL _arg1 ) {
1066  _com_dispatch_method(this, 0xd, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1067  L"\x000b", _arg1);
1068 }
1069 
1070 inline VARIANT_BOOL _Application::GetPrintSetupCustomPanel ( ) {
1071  VARIANT_BOOL _result = 0;
1072  _com_dispatch_method(this, 0xe, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1073  return _result;
1074 }
1075 
1076 inline void _Application::PutPrintSetupCustomPanel ( VARIANT_BOOL _arg1 ) {
1077  _com_dispatch_method(this, 0xe, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1078  L"\x000b", _arg1);
1079 }
1080 
1081 inline VARIANT_BOOL _Application::GetPrintSetupCustomPanelBorder ( ) {
1082  VARIANT_BOOL _result = 0;
1083  _com_dispatch_method(this, 0xf, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1084  return _result;
1085 }
1086 
1087 inline void _Application::PutPrintSetupCustomPanelBorder ( VARIANT_BOOL _arg1 ) {
1088  _com_dispatch_method(this, 0xf, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1089  L"\x000b", _arg1);
1090 }
1091 
1092 inline VARIANT_BOOL _Application::GetPrintSetupCustomControls ( ) {
1093  VARIANT_BOOL _result = 0;
1094  _com_dispatch_method(this, 0x10, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1095  return _result;
1096 }
1097 
1098 inline void _Application::PutPrintSetupCustomControls ( VARIANT_BOOL _arg1 ) {
1099  _com_dispatch_method(this, 0x10, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1100  L"\x000b", _arg1);
1101 }
1102 
1103 inline VARIANT_BOOL _Application::GetPrintSetupCustomControlDesc ( ) {
1104  VARIANT_BOOL _result = 0;
1105  _com_dispatch_method(this, 0x11, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1106  return _result;
1107 }
1108 
1109 inline void _Application::PutPrintSetupCustomControlDesc ( VARIANT_BOOL _arg1 ) {
1110  _com_dispatch_method(this, 0x11, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1111  L"\x000b", _arg1);
1112 }
1113 
1114 inline VARIANT_BOOL _Application::GetPrintSetupCustomControlTypes ( ) {
1115  VARIANT_BOOL _result = 0;
1116  _com_dispatch_method(this, 0x12, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1117  return _result;
1118 }
1119 
1120 inline void _Application::PutPrintSetupCustomControlTypes ( VARIANT_BOOL _arg1 ) {
1121  _com_dispatch_method(this, 0x12, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1122  L"\x000b", _arg1);
1123 }
1124 
1125 inline VARIANT_BOOL _Application::GetPrintSetupCustomDiagram ( ) {
1126  VARIANT_BOOL _result = 0;
1127  _com_dispatch_method(this, 0x13, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1128  return _result;
1129 }
1130 
1131 inline void _Application::PutPrintSetupCustomDiagram ( VARIANT_BOOL _arg1 ) {
1132  _com_dispatch_method(this, 0x13, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1133  L"\x000b", _arg1);
1134 }
1135 
1136 inline VARIANT_BOOL _Application::GetPrintSetupCustomDiagramHidden ( ) {
1137  VARIANT_BOOL _result = 0;
1138  _com_dispatch_method(this, 0x14, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1139  return _result;
1140 }
1141 
1142 inline void _Application::PutPrintSetupCustomDiagramHidden ( VARIANT_BOOL _arg1 ) {
1143  _com_dispatch_method(this, 0x14, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1144  L"\x000b", _arg1);
1145 }
1146 
1147 inline VARIANT_BOOL _Application::GetPrintSetupCustomDiagramRepeat ( ) {
1148  VARIANT_BOOL _result = 0;
1149  _com_dispatch_method(this, 0x15, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1150  return _result;
1151 }
1152 
1153 inline void _Application::PutPrintSetupCustomDiagramRepeat ( VARIANT_BOOL _arg1 ) {
1154  _com_dispatch_method(this, 0x15, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1155  L"\x000b", _arg1);
1156 }
1157 
1158 inline VARIANT_BOOL _Application::GetPrintSetupCustomSubVIs ( ) {
1159  VARIANT_BOOL _result = 0;
1160  _com_dispatch_method(this, 0x16, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1161  return _result;
1162 }
1163 
1164 inline void _Application::PutPrintSetupCustomSubVIs ( VARIANT_BOOL _arg1 ) {
1165  _com_dispatch_method(this, 0x16, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1166  L"\x000b", _arg1);
1167 }
1168 
1169 inline VARIANT_BOOL _Application::GetPrintSetupCustomHierarchy ( ) {
1170  VARIANT_BOOL _result = 0;
1171  _com_dispatch_method(this, 0x17, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1172  return _result;
1173 }
1174 
1175 inline void _Application::PutPrintSetupCustomHierarchy ( VARIANT_BOOL _arg1 ) {
1176  _com_dispatch_method(this, 0x17, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1177  L"\x000b", _arg1);
1178 }
1179 
1180 inline VARIANT_BOOL _Application::GetPrintSetupCustomHistory ( ) {
1181  VARIANT_BOOL _result = 0;
1182  _com_dispatch_method(this, 0x18, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1183  return _result;
1184 }
1185 
1186 inline void _Application::PutPrintSetupCustomHistory ( VARIANT_BOOL _arg1 ) {
1187  _com_dispatch_method(this, 0x18, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1188  L"\x000b", _arg1);
1189 }
1190 
1191 inline _bstr_t _Application::GetApplicationDirectory ( ) {
1192  BSTR _result = 0;
1193  _com_dispatch_method(this, 0x19, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
1194  return _bstr_t(_result, false);
1195 }
1196 
1197 inline _variant_t _Application::GetAllVIsInMemory ( ) {
1198  VARIANT _result;
1199  VariantInit(&_result);
1200  _com_dispatch_method(this, 0x1c, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
1201  return _variant_t(_result, false);
1202 }
1203 
1204 inline VARIANT_BOOL _Application::GetAutomaticClose ( ) {
1205  VARIANT_BOOL _result = 0;
1206  _com_dispatch_method(this, 0x23, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1207  return _result;
1208 }
1209 
1210 inline void _Application::PutAutomaticClose ( VARIANT_BOOL _arg1 ) {
1211  _com_dispatch_method(this, 0x23, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1212  L"\x000b", _arg1);
1213 }
1214 
1215 inline long _Application::Get_ParentWindowForDialogs ( ) {
1216  long _result = 0;
1217  _com_dispatch_method(this, 0x36, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1218  return _result;
1219 }
1220 
1221 inline void _Application::Put_ParentWindowForDialogs ( long _arg1 ) {
1222  _com_dispatch_method(this, 0x36, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1223  L"\x0003", _arg1);
1224 }
1225 
1226 inline VARIANT_BOOL _Application::GetShowFPTipStrips ( ) {
1227  VARIANT_BOOL _result = 0;
1228  _com_dispatch_method(this, 0x3f, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1229  return _result;
1230 }
1231 
1232 inline void _Application::PutShowFPTipStrips ( VARIANT_BOOL _arg1 ) {
1233  _com_dispatch_method(this, 0x3f, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1234  L"\x000b", _arg1);
1235 }
1236 
1237 inline VARIANT_BOOL _Application::GetPrintingColorDepth ( ) {
1238  VARIANT_BOOL _result = 0;
1239  _com_dispatch_method(this, 0x48, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1240  return _result;
1241 }
1242 
1243 inline void _Application::PutPrintingColorDepth ( VARIANT_BOOL _arg1 ) {
1244  _com_dispatch_method(this, 0x48, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1245  L"\x000b", _arg1);
1246 }
1247 
1248 inline _bstr_t _Application::GetPrintDefaultPrinter ( ) {
1249  BSTR _result = 0;
1250  _com_dispatch_method(this, 0x49, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
1251  return _bstr_t(_result, false);
1252 }
1253 
1254 inline void _Application::PutPrintDefaultPrinter ( _bstr_t _arg1 ) {
1255  _com_dispatch_method(this, 0x49, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1256  L"\x0008", (BSTR)_arg1);
1257 }
1258 
1259 inline enum PrintMethodsEnum _Application::GetPrintMethod ( ) {
1260  enum PrintMethodsEnum _result;
1261  _com_dispatch_method(this, 0x4a, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1262  return _result;
1263 }
1264 
1265 inline void _Application::PutPrintMethod ( enum PrintMethodsEnum _arg1 ) {
1266  _com_dispatch_method(this, 0x4a, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1267  L"\x0003", _arg1);
1268 }
1269 
1270 inline _variant_t _Application::GetPrintersAvailable ( ) {
1271  VARIANT _result;
1272  VariantInit(&_result);
1273  _com_dispatch_method(this, 0x4b, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
1274  return _variant_t(_result, false);
1275 }
1276 
1277 inline _variant_t _Application::GetCmdArgs ( ) {
1278  VARIANT _result;
1279  VariantInit(&_result);
1280  _com_dispatch_method(this, 0x4f, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&_result, NULL);
1281  return _variant_t(_result, false);
1282 }
1283 
1284 inline long _Application::Get_ProcessID ( ) {
1285  long _result = 0;
1286  _com_dispatch_method(this, 0x50, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1287  return _result;
1288 }
1289 
1290 inline _bstr_t _Application::GetAppDefltDataLoc ( ) {
1291  BSTR _result = 0;
1292  _com_dispatch_method(this, 0x57, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
1293  return _bstr_t(_result, false);
1294 }
1295 
1296 inline VARIANT_BOOL _Application::GetRTHostConnected ( ) {
1297  VARIANT_BOOL _result = 0;
1298  _com_dispatch_method(this, 0x5a, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1299  return _result;
1300 }
1301 
1302 inline VARIANT_BOOL _Application::GetPrintSetupCustomExpressVIConfigInfo ( ) {
1303  VARIANT_BOOL _result = 0;
1304  _com_dispatch_method(this, 0x5c, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&_result, NULL);
1305  return _result;
1306 }
1307 
1308 inline void _Application::PutPrintSetupCustomExpressVIConfigInfo ( VARIANT_BOOL _arg1 ) {
1309  _com_dispatch_method(this, 0x5c, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1310  L"\x000b", _arg1);
1311 }
1312 
1313 inline long _Application::GetVIServerPort ( ) {
1314  long _result = 0;
1315  _com_dispatch_method(this, 0x5d, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1316  return _result;
1317 }
1318 
1319 inline void _Application::PutVIServerPort ( long _arg1 ) {
1320  _com_dispatch_method(this, 0x5d, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1321  L"\x0003", _arg1);
1322 }
1323 
1324 inline _bstr_t _Application::GetLanguage ( ) {
1325  BSTR _result = 0;
1326  _com_dispatch_method(this, 0x63, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&_result, NULL);
1327  return _bstr_t(_result, false);
1328 }
1329 
1330 inline long _Application::Get_WindowForPanelOrigin ( ) {
1331  long _result = 0;
1332  _com_dispatch_method(this, 0x64, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1333  return _result;
1334 }
1335 
1336 inline void _Application::Put_WindowForPanelOrigin ( long _arg1 ) {
1337  _com_dispatch_method(this, 0x64, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL,
1338  L"\x0003", _arg1);
1339 }
1340 
1341 inline long _Application::Get_ModuleHandle ( ) {
1342  long _result = 0;
1343  _com_dispatch_method(this, 0x65, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
1344  return _result;
1345 }
1346 
1347 inline VirtualInstrumentPtr _Application::GetVIReference ( _bstr_t viPath, _bstr_t password, VARIANT_BOOL resvForCall, long options ) {
1348  struct VirtualInstrument * _result = 0;
1349  _com_dispatch_method(this, 0x7d4, DISPATCH_METHOD, VT_DISPATCH, (void*)&_result,
1350  L"\x0008\x0008\x000b\x0003", (BSTR)viPath, (BSTR)password, resvForCall, options);
1351  return VirtualInstrumentPtr(_result, false);
1352 }
1353 
1354 inline HRESULT _Application::MassCompile ( _bstr_t directory, _bstr_t logFile, VARIANT_BOOL appendLog, long viCacheSize, VARIANT_BOOL reloadLVSBs ) {
1355  return _com_dispatch_method(this, 0x7d5, DISPATCH_METHOD, VT_EMPTY, NULL,
1356  L"\x0008\x0008\x000b\x0003\x000b", (BSTR)directory, (BSTR)logFile, appendLog, viCacheSize, reloadLVSBs);
1357 }
1358 
1359 inline HRESULT _Application::Quit ( ) {
1360  return _com_dispatch_method(this, 0x7dd, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
1361 }
1362 
1363 inline HRESULT _Application::BringToFront ( ) {
1364  return _com_dispatch_method(this, 0x7de, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
1365 }
1366 
1367 inline HRESULT _Application::DisconnectFromSlave ( ) {
1368  return _com_dispatch_method(this, 0x7e3, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
1369 }
1370 
1371 inline long _Application::_CompareTypes ( const _variant_t & typeDesc1, const _variant_t & typeDesc2, short options ) {
1372  long _result = 0;
1373  _com_dispatch_method(this, 0x7ec, DISPATCH_METHOD, VT_I4, (void*)&_result,
1374  L"\x000c\x000c\x0002", &typeDesc1, &typeDesc2, options);
1375  return _result;
1376 }
1377 
1378 inline HRESULT _Application::CheckConnection ( ) {
1379  return _com_dispatch_method(this, 0x7f7, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
1380 }
1381 
1382 inline HRESULT _Application::ConnInfo ( long pingDelay, long * prevPingDelay, long pingTimeout, long * prevPingTimeout ) {
1383  return _com_dispatch_method(this, 0x7f8, DISPATCH_METHOD, VT_EMPTY, NULL,
1384  L"\x0003\x4003\x0003\x4003", pingDelay, prevPingDelay, pingTimeout, prevPingTimeout);
1385 }
1386 
1387 inline _bstr_t _Application::GetVIVersion ( _bstr_t viPath, long * VersNum ) {
1388  BSTR _result = 0;
1389  _com_dispatch_method(this, 0x7f9, DISPATCH_METHOD, VT_BSTR, (void*)&_result,
1390  L"\x0008\x4003", (BSTR)viPath, VersNum);
1391  return _bstr_t(_result, false);
1392 }
1393 
1394 inline VARIANT_BOOL _Application::_DropControlOrFunction ( _bstr_t ctlFuncName ) {
1395  VARIANT_BOOL _result = 0;
1396  _com_dispatch_method(this, 0x7fa, DISPATCH_METHOD, VT_BOOL, (void*)&_result,
1397  L"\x0008", (BSTR)ctlFuncName);
1398  return _result;
1399 }
1400 
1401 inline HRESULT _Application::BrowseDataSocket ( _bstr_t Prompt, BSTR * SelectedURL ) {
1402  return _com_dispatch_method(this, 0x7fb, DISPATCH_METHOD, VT_EMPTY, NULL,
1403  L"\x0008\x4008", (BSTR)Prompt, SelectedURL);
1404 }
1405 
1406 inline HRESULT _Application::ResolveSymbolicPath ( _bstr_t SymbolicPath, BSTR * ActualPath ) {
1407  return _com_dispatch_method(this, 0x7fc, DISPATCH_METHOD, VT_EMPTY, NULL,
1408  L"\x0008\x4008", (BSTR)SymbolicPath, ActualPath);
1409 }
1410 
1411 inline VARIANT_BOOL _Application::_HilitePalMenuItem ( _bstr_t funcname, const _variant_t & Position ) {
1412  VARIANT_BOOL _result = 0;
1413  _com_dispatch_method(this, 0x7fd, DISPATCH_METHOD, VT_BOOL, (void*)&_result,
1414  L"\x0008\x080c", (BSTR)funcname, &Position);
1415  return _result;
1416 }
1417 
1418 inline _variant_t _Application::_CreateLVClsInst ( long ClassID ) {
1419  VARIANT _result;
1420  VariantInit(&_result);
1421  _com_dispatch_method(this, 0x809, DISPATCH_METHOD, VT_VARIANT, (void*)&_result,
1422  L"\x0003", ClassID);
1423  return _variant_t(_result, false);
1424 }
1425 
1426 inline _variant_t _Application::_GetPalMenuInfo ( _bstr_t palMenuPath ) {
1427  VARIANT _result;
1428  VariantInit(&_result);
1429  _com_dispatch_method(this, 0x80e, DISPATCH_METHOD, VT_VARIANT, (void*)&_result,
1430  L"\x0008", (BSTR)palMenuPath);
1431  return _variant_t(_result, false);
1432 }
VIPriorityEnum
Definition: labview.tlh:100
VILockStateEnum
Definition: labview.tlh:185
PrintMethodsEnum
Definition: labview.tlh:203
REM file fix_xml cmd Adjust the output of the LabVIEW ExportVIStrings() method(which is more like HTML 2.0 than XML!)
PrintFormatEnum
Definition: labview.tlh:65
PageOrientationEnum
Definition: labview.tlh:194
ExecStateEnum
Definition: labview.tlh:83
VIExecSysEnum
Definition: labview.tlh:112
HTMLImageFormatEnum
Definition: labview.tlh:75
FPBehaviorEnum
Definition: labview.tlh:211
AppTargCPUEnum
Definition: labview.tlh:160
AppTargOSEnum
Definition: labview.tlh:137
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5