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 DDSETSTATEININFO structure contains the surface and video port extensions (VPE) object information.
Syntax
typedef struct _DDSETSTATEININFO {
LPDDSURFACEDATA lpSurfaceData;
LPDDVIDEOPORTDATA lpVideoPortData;
} DDSETSTATEININFO, *PDDSETSTATEININFO;
Members
lpSurfaceData
Points to a DDSURFACEDATA structure that contains the surface information.
lpVideoPortData
Points to a DDVIDEOPORTDATA structure that contains the VPE object information.
Requirements
| Requirement | Value |
|---|---|
| Header | dxmini.h (include Dxmini.h) |