S
Stefano M
Hi all,
i'm writing a vb.net program and i need to talk
with a VXD driver via an unmanaged DLL.
DLL functions have some data strcture like:
typedef struct _sosp_out
{
UINT nSamples;
UINT nAmpiezzaMin;
UINT nFRisonanza;
UINT nPeso;
UINT aSosp[50];
} SOSP_OUT;
How can i define this structure in .NET, since i cannot use an array inside a
structure ?
Thanks a lot,
regards
i'm writing a vb.net program and i need to talk
with a VXD driver via an unmanaged DLL.
DLL functions have some data strcture like:
typedef struct _sosp_out
{
UINT nSamples;
UINT nAmpiezzaMin;
UINT nFRisonanza;
UINT nPeso;
UINT aSosp[50];
} SOSP_OUT;
How can i define this structure in .NET, since i cannot use an array inside a
structure ?
Thanks a lot,
regards