Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
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) |