MMIOM_CLOSE
The MMIOM_CLOSE message is sent to an I/O procedure by the mmioClose function to request that a file be closed.
MMIOM_CLOSE
lParam1 = (LPARAM) lCloseFlags
lParam2 = reserved
Parameters
lCloseFlags
Flags contained in the wFlags parameter of mmioClose.
Return Values
Returns zero if the file is successfully closed or an error otherwise.
Requirements
** Windows NT/2000/XP:** Included in Windows NT 3.1 and later.
** Windows 95/98/Me:** Included in Windows 95 and later.
** Header:** Declared in Mmsystem.h; include Windows.h.
See Also