DDGETPOLARITYIN structure (ddkmapi.h)
The DDGETPOLARITYIN structure contains the Microsoft DirectDraw and video port extensions (VPE) object handles.
Syntax
typedef struct _DDGETPOLARITYIN {
HANDLE hDirectDraw;
HANDLE hVideoPort;
} DDGETPOLARITYIN, *LPDDGETPOLARITYIN;
Members
hDirectDraw
Specifies the DirectDraw handle.
hVideoPort
Specifies the VPE object handle.
Requirements
Requirement | Value |
---|---|
Header | ddkmapi.h (include Ddkmapi.h) |