Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The DDSETFIELDNUM structure contains the handles and the field number.
Syntax
typedef struct _DDSETFIELDNUM {
HANDLE hDirectDraw;
HANDLE hVideoPort;
DWORD dwFieldNum;
} DDSETFIELDNUM, *LPDDSETFIELDNUM;
Members
hDirectDraw
Specifies the Microsoft DirectDraw handle.
hVideoPort
Specifies the video port extensions (VPE) object handle.
dwFieldNum
Specifies the hardware video port's field number to be set.
Requirements
| Requirement | Value |
|---|---|
| Header | ddkmapi.h (include Ddkmapi.h) |