Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.36 KB

nf-vfw-icdecompressquery.md

File metadata and controls

75 lines (59 loc) · 2.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vfw.ICDecompressQuery
ICDecompressQuery macro (vfw.h)
The ICDecompressQuery macro queries a video decompression driver to determine if it supports a specific input format or if it can decompress a specific input format to a specific output format.
ICDecompressQuery
ICDecompressQuery macro [Windows Multimedia]
_win32_ICDecompressQuery
multimedia.icdecompressquery
vfw/ICDecompressQuery
multimedia\icdecompressquery.htm
Multimedia
77d9a28c-dff9-4ccb-a0b8-9dc38fc66372
12/05/2018
ICDecompressQuery, ICDecompressQuery macro [Windows Multimedia], _win32_ICDecompressQuery, multimedia.icdecompressquery, vfw/ICDecompressQuery
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
ICDecompressQuery
vfw/ICDecompressQuery
c++
APIRef
kbSyntax
HeaderDef
Vfw.h
ICDecompressQuery

ICDecompressQuery macro

-description

The ICDecompressQuery macro queries a video decompression driver to determine if it supports a specific input format or if it can decompress a specific input format to a specific output format. You can use this macro or explicitly call the ICM_DECOMPRESS_QUERY message.

-parameters

-param hic

Handle to a decompressor.

-param lpbiInput

Pointer to a BITMAPINFO structure containing the input format.

-param lpbiOutput

Pointer to a BITMAPINFO structure containing the output format. You can specify zero for this parameter to indicate any output format is acceptable.

-see-also

Video Compression Macros

Video Compression Manager