VCL RAD DirectX for C++ Builder

Welcome to

www.tdxlibrary.org

Home of the
the TDx_Library...

=- RAD DirectX =-

"RAD DirectX"
for
C++ Builder

...

Welcome to tdxlibrary.org Latest News

Development Tools Demo Applications Step-By-Step Tutorials Component Reference

Register our Tools Available Downloads

Frequently Asked Questions Links to other sites Information about the tdxlibrary.org website


    TDx_Draw_Library v2.00 Component Reference

    -= Click to navigate the reference =-
    Go to the Welcome Page

    [ TDx_Draw::EnumDisplayModes() ]     [ next: EnumSurfaces() ]     [ prev: DuplicateSurface() ]

    public:

         virtual bool __fastcall EnumDisplayModes( dword pFlags, TDDSurfaceDesc* pSurfaceDesc, void* pContext );





    -= Go to the TDx_Draw description =-    TDX_DRAW::ENUMDISPLAYMODES()   [ component method ]

    • Description
    • Parameters

        Flags
        The Flags parameter defines flags indicating whether refresh rate and mode13 are taken into account when enumeration is being performed.
        Typically, this parameter is set to 0 to ignore extra options.
        The described effect applies when the flag is set.

          DDEDM_REFRESHRATES
          Enumeration is to define display modes that have different refresh rates as being unique.

          DDEDM_STANDARDVGAMODES
          Enumerate Mode 13 as well as Mode X.
          Refer to the DirectX SDK for details on "Mode X and Mode 13 Display Modes" limitations.

        SurfaceDesc
        The SurfaceDesc parameter references a TDDSurfaceDesc component to be compared to available display modes.
        Set this parameter to NULL to enumerate all display modes.

        Context
        The Context parameter references an application defined object to be passed to the callback function for each display mode enumerated.
        Set this parameter to NULL if you do not need to pass any further information to the TDx_Draw::EnumModesCallback() event.


    • See Also
    • Top





    If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.



























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Links |  Site Information

This page is Copyright © 2019 Darren John Dwyer, Australia. All Rights Reserved.
Borland C++ Builder, CBuilder, etc are Trademarks of Borland Corporation.
DirectX, DirectDraw, Windows, etc are Trademarks of Microsoft Corporation.