LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the SequenceContext in DllMain

Hi,

I have several dlls in my project. In one particular dll I'm using DllMain procedure in order to set up few parameters. I'm interested to get some data from TS and I'm facing the problem of not having a context by which I can access it.

How do I get the SequenceContext?

Thanks
Rafi
0 Kudos
Message 1 of 2
(2,600 Views)
Hello Rafi,

The more general issue here is, how to pass data to the DllMain procedure at all from the caller. I do not know of a way to do this. If you could find a way, you could pass the sequence context and access TestStand objects directly through the ActiveX API as you would in any code module. There is no other way. Hope this helps clear things up a bit. Thank you for contacting National Instruments and take care!


Regards,

Aaron B.
National Instruments
0 Kudos
Message 2 of 2
(2,576 Views)