iRead: Integer;
fHead: TBitmapFileHeader;
hFile:=OpenFile(PChar(FileName),fData,OF_READ);
ReadFile(hFile,fHead,SizeOf(fHead),iRead,NULL);编译时这行又错误显示为
types of actual and formal var parameters must be identical
请问是怎么回事