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 DdSyncSurfaceData callback function sets and modifies surface data before it is passed to the video miniport driver.
Syntax
PDD_KERNELCB_SYNCSURFACE PddKernelcbSyncsurface;
DWORD PddKernelcbSyncsurface(
PDD_SYNCSURFACEDATA unnamedParam1
)
{...}
Parameters
unnamedParam1
Points to a DD_SYNCSURFACEDATA structure that contains the surface data.
Return value
DdSyncSurfaceData returns one of the following callback codes:
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | ddrawint.h (include Winddi.h) |