MMIOM CODEC CLOSE: Difference between revisions
Appearance
Created page with "{{DISPLAYTITLE:MMIOM_CODEC_CLOSE}} This message requests that a CODEC opened by MMIOM_CODEC_OPEN be closed. ==Syntax== <PRE> param1 PHCODEC phCODEC; →Pointer to CODEC handle.: param2 USHORT usMsg; →Set to MMIOM_CODEC_CLOSE.: param3 LONG lParam1; →This parameter is not used.: param4 ULONG lParam2; →This parameter is not used.: </PRE> ==Parameters== ;''phCODEC'' (PHCODEC) - input :Pointer to CODEC handle. ;''usMsg'' (USHORT) - input :Set t..." |
No edit summary |
||
| Line 18: | Line 18: | ||
==Parameters== | ==Parameters== | ||
;''phCODEC'' ([[ | ;''phCODEC'' (P[[HCODEC]]) - input | ||
:Pointer to CODEC handle. | :Pointer to CODEC handle. | ||
Latest revision as of 02:15, 26 November 2025
This message requests that a CODEC opened by MMIOM_CODEC_OPEN be closed.
Syntax
param1 PHCODEC phCODEC; /* Pointer to CODEC handle. */ param2 USHORT usMsg; /* Set to MMIOM_CODEC_CLOSE. */ param3 LONG lParam1; /* This parameter is not used. */ param4 ULONG lParam2; /* This parameter is not used. */
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.
Remarks
This section has no remarks.