各位仁兄,小弟向你们求助了!(100分)

  • 主题发起人 主题发起人 xxlqust
  • 开始时间 开始时间
X

xxlqust

Unregistered / Unconfirmed
GUEST, unregistred user!
在delphi中如何使用ReadFile函数!<br>谢谢各位了!
 
小弟在线等,请各位帮帮忙吧!
 
var<br> hwd:THandle;<br> FileName:String;<br> buffer:pChar;<br> Read:DWord;<br>begin<br>if OPenDialog1.Execute then<br> begin<br> &nbsp;try<br> &nbsp;FileName:=OpenDialog1.FileName;<br> &nbsp;try<br> &nbsp;hwd:= Createfile(PChar(FileName),GENERIC_READ ,FILE_SHARE_READ ,nil,OPEN_EXISTING,<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FILE_ATTRIBUTE_READONLY,FILE_FLAG_RANDOM_ACCESS);<br> &nbsp;getMem(buffer,1024);<br> &nbsp;if ReadFile(hwd,buffer,1024,Read,nil) then<br> &nbsp; &nbsp;showmessage('');<br> &nbsp;except<br> &nbsp; &nbsp;CloseHandle(hwd);<br> &nbsp; &nbsp;end;<br> &nbsp;except<br> &nbsp;if hwd=ERROR_ALREADY_EXISTS then<br> &nbsp; &nbsp;exit;<br> &nbsp;end;<br> end;<br>end;
 
谢谢了!
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部