Previous Next

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.

See Also

mmioClose