G
Guest
I am trying to call some API functions written in C++ from my VB .NET 2003
application and am running into some difficulty in passing structures to a
function. It is probably due to the types I'm declaring for the structure
members not lining up properly, but I don't know how to declare them
correctly. The C++ types being used are ULONG, LONG and LPWSTR. Does anyone
know what the VB type should be for each of these?
Thanks,
Stephanie
application and am running into some difficulty in passing structures to a
function. It is probably due to the types I'm declaring for the structure
members not lining up properly, but I don't know how to declare them
correctly. The C++ types being used are ULONG, LONG and LPWSTR. Does anyone
know what the VB type should be for each of these?
Thanks,
Stephanie