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 DDSKIPNEXTFIELDINFO structure contains the skip information for the video port extensions (VPE) object.
Syntax
typedef struct _DDSKIPNEXTFIELDINFO {
LPDDVIDEOPORTDATA lpVideoPortData;
DWORD dwSkipFlags;
} DDSKIPNEXTFIELDINFO, *PDDSKIPNEXTFIELDINFO;
Members
lpVideoPortData
Points to a DDVIDEOPORTDATA structure that represents the VPE object.
dwSkipFlags
Indicates whether to skip the next field. One of the following:
| Flag | Meaning |
|---|---|
| DDSKIP_ENABLENEXT | The next field should be restored. |
| DDSKIP_SKIPNEXT | The next field should be skipped. |
Requirements
| Requirement | Value |
|---|---|
| Header | dxmini.h (include Dxmini.h) |