Y
Y. Sivaram
Hi,
I am a new CF programmer from a VB background.
Now I am trying to get in terms with P/Invoke to get a HP camera working.
One of the major problems I have is that I couldn't find a single source
which says if the C/C++ data type is this, then use this VB.NET data
type/structure. Even though I managed to figure our some simple types (E.g
Hwnd ->IntPtr) there are some complex ones like TCHAR filename[100], which I
couldn't find any easy way. (I am now using a solution given by Geoff to
declare short variables for each element).
Can anybody point me in the right direction?
Best Regards,
Y. Sivaram
I am a new CF programmer from a VB background.
Now I am trying to get in terms with P/Invoke to get a HP camera working.
One of the major problems I have is that I couldn't find a single source
which says if the C/C++ data type is this, then use this VB.NET data
type/structure. Even though I managed to figure our some simple types (E.g
Hwnd ->IntPtr) there are some complex ones like TCHAR filename[100], which I
couldn't find any easy way. (I am now using a solution given by Geoff to
declare short variables for each element).
Can anybody point me in the right direction?
Best Regards,
Y. Sivaram