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 opendialog1 savedialog1 默认路径

Delphi检测程序是否在优盘上运行

Delphi中调用http xml

Delphi关于邮箱收信的问题

Delphi setfileattributes 功能:修改文件属性

indy 中idhttp元件出现http status 302错误

Delphi tms web core 获取url 参数

Delphi stream对象

学习使用Delphi for android 调用java类库

Delphi length 统计指定字符串的长度(即个数)

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



打赏

取消

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

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

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

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

评论

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