RenderWare V2.1

Previous Page Index Next Page

RwBool

RwStopDisplayDevice(RwDisplayDevice *device);

Description

Stops a display device.

Arguments

device Display device to stop.

Return Value

TRUE if the display device is correctly stopped, FALSE otherwise.

Comments

RwStopDisplayDevice() must be called before RwCloseDisplayDevice(). A call to RwStopDisplayDevice() will restore the system to the same state as it was previous to the RwStartDisplayDevice() call (for example changing back to a previous video mode).

See Also

RwOpenDisplayDevice()

RwCloseDisplayDevice()

RwRelease()

RwInitialize()

RwFindDisplayDevice()

RwGetDisplayDevices()

RwStartDisplayDeviceExt()

RwStartDisplayDevice()

RwCheckStartDisplayDeviceExt()