This method of the DirectDraw Class fills in the capabilities of the device driver for the hardware and the hardware emulation layer (HEL).
public void getCaps(DDCaps driverCaps, DDCapsFx driverCapsFx, DDCaps helCaps, DDCapsFx helCapsFx);
driverCaps | A DDCaps object that receives the capabilities of the hardware, as reported by the device driver. |
driverCapsFx | A DDCapsFx object that receives the capabilities of the hardware, as reported by the device driver. The DDCapsFx class is used with classes that contain more than 256 bytes of member data. |
helCaps | A DDCaps object that receives the capabilities of the HEL. |
helCapsFx | A DDCapsFx object that receives the capabilities of the HEL. The DDCapsFx class is used with classes that contain more than 256 bytes of member data. |