hi,
In the NI switch module
the function InitWithTopology(), which is a specific NI function become inevitable to use
since it become only way to intialize the NI switch module in diffrent topology.
But on using this function to intialize the switch module,
it restrict only with the usage of NI specific driver since i can't use the session handle returned by this function in class driver
and the class driver can't be used anywhere since intialize is the first function to be called.
can any one suggest me a better way to use the class driver except for the InitWithTopology(), function call.
thanks in advance
bharathi