PDD_MOCOMPCB_GETFORMATS callback function (ddrawint.h)
The DdMoCompGetFormats callback function indicates the uncompressed formats to which the hardware can decode the data.
PDD_MOCOMPCB_GETFORMATS PddMocompcbGetformats;
DWORD PddMocompcbGetformats(
PDD_GETMOCOMPFORMATSDATA unnamedParam1
)
{...}
unnamedParam1
Points to a DD_GETMOCOMPFORMATSDATA structure that contains the uncompressed format information for the hardware.
DdMoCompGetFormats returns one of the following callback codes:
DirectDraw drivers that support motion compensation must implement DdMoCompGetFormats.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | ddrawint.h (include Winddi.h) |