Microsoft DirectX 8.1 (Visual Basic)

CONST_D3DPRESENT_RATE_FLAGS

Defines the maximal rate at which frames can be presented to the output.

Enum CONST_D3DPRESENT_RATE_FLAGS
    D3DPRESENT_RATE_DEFAULT   =          0
    D3DPRESENT_RATE_UNLIMITED = 2147483647 (&H7FFFFFFF)
End Enum

Constants

D3DPRESENT_RATE_UNLIMITED
The presentation rate runs as quickly as the hardware can deliver frames.
D3DPRESENT_RATE_DEFAULT
Microsoft® Direct3D® will choose the presentation rate, or adopt the current rate if windowed.

Remarks

One of these flags may be specified in the FullScreen_RefreshRateInHz member of D3DPRESENT_PARAMETERS.

See Also

D3DPRESENT_PARAMETERS