Estructura DDGETFIELDNUMIN (ddkmapi.h)
La estructura DDGETFIELDNUMIN contiene la información del controlador de extensiones de puerto de vídeo (VPE) y DirectDraw de Microsoft.
Sintaxis
typedef struct _DDGETFIELDNUMIN {
HANDLE hDirectDraw;
HANDLE hVideoPort;
} DDGETFIELDNUMIN, *LPDDGETFIELDNUMIN;
Miembros
hDirectDraw
Especifica el identificador de DirectDraw.
hVideoPort
Especifica el identificador de objeto VPE.
Requisitos
Encabezado | ddkmapi.h (incluye Ddkmapi.h) |