|
MMIOM_READ
The MMIOM_READ message is sent to an I/O procedure by the mmioRead function to request that a specified number of bytes be read from an open
file.
MMIOM_READ
lParam1 = (LPARAM) lBuffer
lParam2 = (LPARAM) cbRead
Parameters
lBuffer
Address of the buffer to be filled with data read from the file.
cbRead
Number of bytes to read from file.
Return Values
Returns the number of bytes actually read from the file. If no more bytes can
be read, the return value is 0. If there is an error, the return value is 1.
Remarks
The I/O procedure is responsible for updating the lDiskOffset member of the MMIOINFO structure to reflect the new file position after the read operation.
See Also
mmioRead, MMIOINFO
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|