|
|
От: | yanoscuni | |
| Дата: | 11.03.03 15:23 | ||
| Оценка: | |||
bool __cdecl functioncall(const char *); class Dllclass
{
[DllImport(DLLNAME, CallingConvention=CallingConvention.Cdecl)]
public static extern bool functioncall(string cfilename);
}result = Dllclass.functioncall("12.txt");