DDSETSKIPFIELD structure (ddkmapi.h)
The DDSETSKIPFIELD structure contains the start field information.
Syntax
typedef struct _DDSETSKIPFIELD {
HANDLE hDirectDraw;
HANDLE hVideoPort;
DWORD dwStartField;
} DDSETSKIPFIELD, *LPDDSETSKIPFIELD;
Members
hDirectDraw
Specifies the Microsoft DirectDraw handle.
hVideoPort
Specifies the video port extensions (VPE) object handle.
dwStartField
Indicates the field that needs to be skipped and is relative to the current field. A value of 0 indicates it should skip the next field, a value of 1 indicates the field after that, and so on.
Requirements
Requirement | Value |
---|---|
Header | ddkmapi.h (include Ddkmapi.h) |