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 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) |