DD_DESTROYMOCOMPDATA structure (ddrawint.h)
The DD_DESTROYMOCOMPDATA structure contains the information required to finish performing motion compensation.
Syntax
typedef struct _DD_DESTROYMOCOMPDATA {
PDD_DIRECTDRAW_LOCAL lpDD;
PDD_MOTIONCOMP_LOCAL lpMoComp;
HRESULT ddRVal;
} *PDD_DESTROYMOCOMPDATA, DD_DESTROYMOCOMPDATA;
Members
lpDD
Points to a DD_DIRECTDRAW_LOCAL structure that is relevant to the current Microsoft DirectDraw process only.
lpMoComp
Points to a DD_MOTIONCOMP_LOCAL structure that contains a description of the motion compensation being requested.
ddRVal
Specifies the location in which the driver writes the return value of the DdMoCompDestroy callback. A return code of DD_OK indicates success. For more information, see Return Values for DirectDraw.
Requirements
Requirement | Value |
---|---|
Header | ddrawint.h (include Winddi.h) |