S
Santiago Herrero
Hi everybody!
I am writting a compact framework app and I want to call to the api ras.dll
and I´m having problems to understand how to change from
(for example)
typedef struct _RASCONN {
DWORD dwSize;
HRASCONN hrasconn;
TCHAR szEntryName[RAS_MaxEntryName + 1];
} RASCONN ;
to c#structure.....
Can anybody show me a manual to calling windows ce api using compact
framework?
Thanks in advanced
I am writting a compact framework app and I want to call to the api ras.dll
and I´m having problems to understand how to change from
(for example)
typedef struct _RASCONN {
DWORD dwSize;
HRASCONN hrasconn;
TCHAR szEntryName[RAS_MaxEntryName + 1];
} RASCONN ;
to c#structure.....
Can anybody show me a manual to calling windows ce api using compact
framework?
Thanks in advanced