Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |