... | @@ -104,7 +104,7 @@ public struct Data |
... | @@ -104,7 +104,7 @@ public struct Data |
|
public int count;
|
|
public int count;
|
|
}
|
|
}
|
|
|
|
|
|
[DllImport("Win32Project1.dll", CallingConvention = CallingConvention.Cdecl)]
|
|
[DllImport("example.dll", CallingConvention = CallingConvention.Cdecl)]
|
|
static extern void checkData(Data data);
|
|
static extern void checkData(Data data);
|
|
|
|
|
|
static void Main()
|
|
static void Main()
|
... | | ... | |