delphi Types of actual and formal var parameters must be identical


本文整理自网络,侵删。

 
delphi XE Berlin ReadProcessMemory WriteProcessMemory

delphi  XE,Berlin

[dcc32 Error] Unit9.pas(93): E2033 Types of actual and formal var parameters must be identical  形参 实参

function ReadProcessMemory(hProcess: THandle; const lpBaseAddress: Pointer; lpBuffer: Pointer;
  nSize: SIZE_T; var lpNumberOfBytesRead: SIZE_T): BOOL; stdcall;
{$EXTERNALSYM ReadProcessMemory}
function WriteProcessMemory(hProcess: THandle; const lpBaseAddress: Pointer; lpBuffer: Pointer;
  nSize: SIZE_T; var lpNumberOfBytesWritten: SIZE_T): BOOL; stdcall;
 

lpNumberOfBytesRead: SIZE_T用dwBytesWriten: THandle;类型就可以了。
SIZE_T,即NativeUInt。

相关阅读 >>

Delphi中关于canvas.textout的用法

Delphi combobox 只读 text属性可用的方法

Delphi webbrowser1 保存文档为 .html

Delphi d10.x 并行库ppl编程之 tparallel.for

Delphi spcomm串口控件的例程

Delphi通过解析搜狐网页来获取天气的函数

Delphi fileopendialog1 多选加载大量文件,不受中文文件名影响

Delphi 给gmail发送邮件

Delphi 调用cmd命令行并取得返回结果

Delphi 给 tcombobox 添加图标

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...