Groups | Blog | Home
all groups > dotnet interop > october 2006 >

dotnet interop : How to call this C function from VB.NET


nojetlag
10/13/2006 7:27:58 AM
I have a C function that looks like that

VOID Get_RN_Info ( PRN_RESULT pRN_Result)

the structure for pRN_Result looks like this

typedef struct {
BYTE HexResult [8];
BYTE HexStatus [4];
BYTE HexLength [4];
BYTE HexCharSet [2];
} RN_RESULT;


How would I call this from VB.NET, can anybody point he to a good
example ?
TDC
10/18/2006 11:41:43 AM
Do you still need help on this one?

[quoted text, click to view]
AddThis Social Bookmark Button