请教DELPHI 调用C写的DLL函数中参数的声明
delphi吧
全部回复
仅看楼主
level 1
干豆腐ol 楼主
DLL中函数声明:extern "C" __dec
lsp
ec(dllimport) BOOL WINAPI GetPersonCount(int &iInPerson, int &iOutPerson);
请教在DELPHI中怎么对应声明该函数及其参数
2015年07月22日 03点07分 1
level 13
function(var ilnPerson: integer; var iOutPerson: integer): BOOL; stdcall
2015年07月22日 04点07分 2
1