ICSetMirror(3mms) — Subroutines
Name
ICSetMirror --- Set current mirroring value
Syntax
#include <mme/mme_api.h>
MMRESULT ICSetMirror(HIC hic,
BOOL mirror);
Arguments
HIC hic
Specifies a handle to a compressor or decompressor.
BOOL mirror
Specifies the mirroring value. This value can be either TRUE or FALSE.
Description
The ICSetMirror function sets the current mirroring value. This function is only valid when decompressing an image into 8-bit X image format.
Extensions
The ICSetMirror function is a Digital extension to the Microsoft multimedia API specification.
Return Values
Returns ICERR_OK if the function is successful; otherwise, it returns one of the following error codes:
ICERR_BADHANDLE@T{ The hic argument is invalid or the compressor or decompressor is not open. T} ICERR_BADPARAM@T{ The value of the mirror argument is invalid. T} ICERR_CANTUPDATE@T{ The attribute cannot be modified. T} ICERR_UNSUPPORTED@T{ The function is not supported. T}