Microsoft SDK for Java

getCaps

This method of the DirectDraw Class fills in the capabilities of the device driver for the hardware and the hardware emulation layer (HEL).

Syntax

public void getCaps(DDCaps driverCaps, DDCapsFx driverCapsFx, DDCaps helCaps, DDCapsFx helCapsFx);

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.