Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I check if VXI resource manager has been run

Using VB professional and ComponentWorks I need to know if the NI resource manager for a VXI 1394 interface has been successfully run.
0 Kudos
Message 1 of 3
(3,665 Views)
kb8tl:

You can find out if resman has already been run by calling "GetDevInfoLong" with the LA argument of 0x0 and the field value of 0x8110. If resman has already been run, then it will return 0x0. If resman has NOT run, then it will return 0x80000800.

Trey Hamilton
Applications Engineer
National Instruments
http://www.ni.com/support
0 Kudos
Message 2 of 3
(3,665 Views)
OK, thanks. So, where might I find this function and maybe some example coding in VB6? The Windows API does not contain it...
0 Kudos
Message 3 of 3
(3,665 Views)