DDGETPOLARITYIN 结构 (ddkmapi.h)
DDGETPOLARITYIN 结构包含 Microsoft DirectDraw 和 视频端口扩展 (VPE) 对象句柄。
语法
typedef struct _DDGETPOLARITYIN {
HANDLE hDirectDraw;
HANDLE hVideoPort;
} DDGETPOLARITYIN, *LPDDGETPOLARITYIN;
成员
hDirectDraw
指定 DirectDraw 句柄。
hVideoPort
指定 VPE 对象句柄。
要求
要求 | 值 |
---|---|
Header | ddkmapi.h (包括 Ddkmapi.h) |