Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_Draw::EnumDisplayModes() ]
[ next: EnumSurfaces() ]
[ prev: DuplicateSurface() ]
public:
virtual bool __fastcall EnumDisplayModes( dword pFlags, TDDSurfaceDesc* pSurfaceDesc, void* pContext );
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.
|
|