[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

dotnetguy

2/23/2007 1:32:00 PM

I am doing a migration from VB6 to VB.NET, could you tell me how
convert following code to vb.net

Thanks
Jason

typedef struct
{
short LogRate;
short TattoAvail;
char ChanID[MAX_SUBJECTS][MAX_TATTOO+1];
short ChanGroup[MAX_CHANNELS];
short ChanType[MAX_CHANNELS];
char ChanName[MAX_CHANNELS][MAX_CAR_NAME_LENGTH+1];
char ChanUnit[MAX_CHANNELS][MAX_CAR_NAME_LENGTH+1];
short SaveThisChan[MAX_CHANNELS];
short BaroInUsedChan;
short NumOfChannels;
short TimeFormat;
short UsePheatPosP;
short BaseSampleRate;
TimeType ResWinTimeType;
} SelConfigType;


VRRAPI_API void WINAPI getSelectedCfgParam(LPSTR cfgName,
SelConfigType *selcfg)