Hi all,

Any idea on how to convert this c++ function header to vb declaration ?

UINT CmdDownLoadIULabel(myStructures theArray[500]);

I am more concerned on how I am to declare the Array part (theArray[500]).

Thanks