Jump to content

MMIOM_CODEC_CLOSE

From EDM2

This message requests that a CODEC opened by MMIOM_CODEC_OPEN be closed.

Syntax

param1
PHCODEC phCODEC;
param2
USHORT usMsg;
param3
LONG lParam1;
param4
ULONG lParam2;

Parameters

phCODEC (PHCODEC) - input
Pointer to CODEC handle.
usMsg (USHORT) - input
Set to **MMIOM_CODEC_CLOSE**.
lParam1 (LONG) - input
This parameter is not used.
lParam2 (ULONG) - input
This parameter is not used.

Returns

rc (ULONG) - returns
Return codes indicating success or failure:
  • MMIO_SUCCESS The specified instance was closed successfully.
  • MMIO_ERROR An error code is returned.