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