DDCAPBUFFINFO structure (ddkmapi.h)
The DDCAPBUFFINFO structure contains the capture information.
Syntax
typedef struct _DDCAPBUFFINFO {
DWORD dwFieldNumber;
DWORD bPolarity;
LARGE_INTEGER liTimeStamp;
DWORD ddRVal;
} DDCAPBUFFINFO, *LPDDCAPBUFFINFO;
Members
dwFieldNumber
Indicates the internal field number of the field captured.
bPolarity
Specifies whether the captured field is an even or odd field. A value of 0x00000001 indicates even, 0x00000000 indicates odd.
liTimeStamp
Used by Microsoft DirectDraw and should be ignored by the driver.
ddRVal
Specifies the location in which DirectDraw writes the return value of the DxApi function for the DD_DXAPI_ADDVPCAPTUREBUFFER operation. Contains DD_OK if the capture buffer contains valid data.
Requirements
Requirement | Value |
---|---|
Header | ddkmapi.h (include Ddkmapi.h) |