Calling an unmanaged C dll function -- Urgent

G

Guest

I ve got an C DLL
and there is a function

int GXAPI gx_call(
gxHANDLE handle,
int function,
void* params
)

struct GX_GETNCHANNEL {
int *nchannel; //Number of logical channels
};

as params variable gx_GetNChannel must be send

how can i convert it to VB dll import Function
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top