hread

VB声明
Declare Function hread Lib "kernel32" Alias "_hread" (ByVal hFile As Long, lpBuffer As Any, ByVal lBytes As Long) As Long
说明
参考lread
注解

这个函数在win16中用于读取大于64KB的数据块。但win32的文件I/O函数并不受这个64KB的限制