Calling an unmanaged C dll function -- Urgent

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top