Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with Visual Basic Code

I have an ol QBasic code im working with and one of the lines in the code is: public Declare Function Init_DA_Brds% Lib "nidaq32.dll" (BYVAL slot%, SEG brdcode%).....i changed some of the line to be used in VB 6.0....any idea of what the SEG is?
0 Kudos
Message 1 of 3
(3,256 Views)
Parameters look like AddressOf = a far pointer to some data/function.

"hcolas" wrote in message
news:50650000000800000012400000-1012609683000@exchange.ni.com...
> I have an ol QBasic code im working with and one of the lines in the
> code is: public Declare Function Init_DA_Brds% Lib "nidaq32.dll"
> (BYVAL slot%, SEG brdcode%).....i changed some of the line to be used
> in VB 6.0....any idea of what the SEG is?
0 Kudos
Message 2 of 3
(3,256 Views)
i was thinking maybe it was a SEGment of some sort, but i can't find a way around this.....can you help?
0 Kudos
Message 3 of 3
(3,256 Views)