DXUTSetShowSettingsDialog
Microsoft DirectX 9.0 SDK Update (October 2004)

DXUTSetShowSettingsDialog Function


Shows or hides the sample framework's device settings dialog box.

Syntax

VOID DXUTSetShowSettingsDialog(      

    BOOL bShow );

Parameters

bShow
[in] If TRUE, the settings dialog box will be displayed.

Return Value

No return value.

Remarks

The sample framework's device settings dialog box provides the user with easy run-time access to change most of the device settings. The sample framework will handle all user input and rendering while the settings dialog box is visible.

Note  The settings dialog does not have direct access to the internal sample framework state. A similar custom dialog box interface with the framework uses public framework functions, such as DXUTGetDeviceSettings and DXUTCreateDeviceFromSettings.

Function Information

Headerdxut.h
Import libraryNone
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.