![]() |
#4 |
Участник
|
Цитата:
Вот код X++: DLLFunction func = new DLLFunction(dll, 'EUGetFileSignerInfo'); Binary pCertInfoEx = new Binary(100); System.Byte[] cert = new System.Byte[100](); int ret; ; func.returns(ExtTypes::DWord); func.arg(ExtTypes::DWord, ExtTypes::String, ExtTypes::Pointer, ExtTypes::Byte); ret = func.call(_signIndex, _fileNameWithSign, pCertInfoEx, byref cert); |
|
|
|