Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.Pause Method

Language:

Note: This documentation is preliminary and is subject to change.

Sets the paused state of the sample framework internal timer and/or rendering process.

Definition

Visual Basic .NET Public Sub Pause( _
    ByVal pauseTime As Boolean, _
    ByVal pauseRendering As Boolean _
)
C# public void Pause(
    bool pauseTime,
    bool pauseRendering
);
Managed C++ public: void Pause(
    bool pauseTime,
    bool pauseRendering
);
JScript .NET public function Pause(
    pauseTime : boolean,
    pauseRendering : boolean
);

Parameters

pauseTime System.Boolean. Set to true to pause the sample framework internal timer. Set to false to resume the sample framework internal timer.
pauseRendering System.Boolean. Set to true to keep the application from rendering. Set to false to resume the sample framework rendering.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center