The MMIOM_SEEK message is sent to an I/O procedure by the mmioSeek function to request that the current file position be moved.
MMIOM_SEEK
lParam1 = (LPARAM) lNewFilePos
lParam2 = (LPARAM) lChangeFlag
Returns the new file position. If there is an error, the return value is – 1.
The I/O procedure is responsible for maintaining the current file position in the lDiskOffset member of the MMIOINFO structure.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in mmsystem.h.
Multimedia File I/O Overview, Multimedia File I/O Messages, mmioSeek, MMIOINFO