How to initialize a Structure in VB and how to create an instance of the structure that is creat
Hi.
I have 2 programs which are: a DLL in C and a VB application that uses DLL functions.
Flow: The VB application calls the functions in the C DLL and also VB aplication passes some arguments to the functions of the C DLL.
My Query:
I have a structure whose pointer has to be passed as an argument to the DLL function.How can we initialize a structure in VB.
Is there any way to pass the instance of the structure(for example in C we pass the pointer to the function to access all the members of the structure)
Eagerly waiting for the reply.
Thanks in Advance.

