D
Dirk Reske
Hello,
I have following C++ code:
the Memory should be larger than the struct
STRUCT struct1 = (STRUCT) LocalAlloc(LPTR, 100);
how can I perform this in C#
I want this, because I need to call a C++ dll
I have following C++ code:
the Memory should be larger than the struct
STRUCT struct1 = (STRUCT) LocalAlloc(LPTR, 100);
how can I perform this in C#
I want this, because I need to call a C++ dll