DDGETFIELDNUMOUT structure (ddkmapi.h)
The DDGETFIELDNUMOUT structure contains the hardware video port's field number.
Syntax
typedef struct _DDGETFIELDNUMOUT {
DWORD ddRVal;
DWORD dwFieldNum;
} DDGETFIELDNUMOUT, *LPDDGETFIELDNUMOUT;
Members
ddRVal
Specifies the location in which Microsoft DirectDraw writes the return value of the DxApi function for DD_DXAPI_GET_VP_FIELD_NUMBER operations. A return code of DD_OK indicates success.
dwFieldNum
Specifies the hardware video port's field number.
Requirements
Requirement | Value |
---|---|
Header | ddkmapi.h (include Ddkmapi.h) |