该函数在Delphi中的声明应该是这样:<br> function rf_initval(icdev: Word; Block: Byte; Value: Integer):Integer; pascal;<br><br> 注:原型中的“WINAPI”是VC++的宏,用来模拟已不再支持的PASCAL调用约定。<br><br> 附MSDN中关于 WINAPI 的说明:<br> WINDOWS.H now supports the WINAPI macro, which translates to the appropriate <br>calling convention for the target. Use WINAPI where you previously used PASCAL <br>or __far __pascal.