pInvoke API to c#
I want to pInvoke a API (from a DLL) and it have the following C
interface:
callme(unsigned short, void*, void*, unsigned long, void*, unsigned
char, char, unsigned char*);
DllImport("CALLME.DLL", CharSet = CharSet.Auto)]
public static extern int callme(???);
How can I use pointers in c#
.
Relevant Pages
- [PATCH 2.6.19-rc1 V9] drivers: add LCD support
... Adds support for the ks0108 LCD Controller as a device driver. ... +The buffer should be a 128*64 unsigned char array: ... * GNU General Public License for more details. ... +static void cfag12864b_setbit ... (Linux-Kernel) - [PATCH 2.6.19-rc1 V9] drivers: add LCD support
... Adds support for the ks0108 LCD Controller as a device driver. ... +The buffer should be a 128*64 unsigned char array: ... * GNU General Public License for more details. ... +static void cfag12864b_setbit ... (Linux-Kernel) - Re: back once again...
... reference to type ... a, signed char ... int dycObjectP(dyt obj); ... void dycBeginClass; ... (comp.lang.misc) - [PATCH 2.6.18 V8] drivers: add LCD support
... Adds a LCD class for registering LCD devices. ... +The buffer should be a 128*64 unsigned char array: ... * GNU General Public License for more details. ... +static void cfag12864b_setbit ... (Linux-Kernel) - [PATCH 2.6.18 V7] drivers: add lcd display support
... Adds support for the cfag12864b LCD Display as a device driver. ... +The buffer should be a 128*64 unsigned char array: ... * GNU General Public License for more details. ... +static void cfag12864b_setbit ... (Linux-Kernel) |
|