PDD_MOCOMPCB_GETGUIDS callback function (ddrawint.h)

The DdMoCompGetGuids callback function retrieves the number of GUIDs the driver supports.

Syntax

PDD_MOCOMPCB_GETGUIDS PddMocompcbGetguids;

DWORD PddMocompcbGetguids(
  PDD_GETMOCOMPGUIDSDATA unnamedParam1
)
{...}

Parameters

unnamedParam1

Points to a DD_GETMOCOMPGUIDSDATA structure that contains the GUID information.

Return value

DdMoCompGetGuids returns one of the following callback codes:

Remarks

DirectDraw drivers that support motion compensation must implement DdMoCompGetGuids.

Requirements

Requirement Value
Target Platform Desktop
Header ddrawint.h (include Winddi.h)

See also

DD_GETMOCOMPGUIDSDATA