i am trying to access an function from dll which is in c++ in my visual basic program. That function has one of the argumant as data type void *. i am not able to access this argument as i have tried giving its data type as "Object". if any one can tell me how can i access this argument in VB. thanks.
↧