GXIsDisplayDRAMBuffer

Send Feedback

The GXIsDisplayDRAMBuffer function returns if the device is a nonstandard display device.

Note   GAPI is deprecated. Use DirectDraw and Direct3D Mobile APIs instead.

Syntax

GXDLL_API BOOL GXIsDisplayDRAMBuffer ();

Parameters

None.

Return Values

TRUE for nonstandard display devices.

FALSE for standard display devices.

Remarks

This description is provided for information only. You need not use this function. You can use any GAPI function on standard and nonstandard devices. You should always call the GXSetViewport function regardless of the display type used.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: gx.h
Library: gx.lib

See Also

GAPI Functions | GXSetViewport | Windows Mobile Game Programming

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.