RenderWare V2.1

Previous Page Index Next Page

RwBool

RwCloseDisplayDevice(RwDisplayDevice *device);

Description

Closes down a display device.

Arguments

device Pointer to a display device structure.

Return Value

TRUE if the display device closed down correctly. FALSE otherwise.

Comments

Once use of a device has been completed the device should be closed. This will remove the device from memory if it is a loadable driver. An open device MUST be closed before the library can be released.

See Also

RwOpenDisplayDevice()

RwRelease()

RwInitialize()

RwFindDisplayDevice()

RwGetDisplayDevices()

RwStartDisplayDeviceExt()

RwStartDisplayDevice()

RwStopDisplayDevice()

RwCheckStartDisplayDeviceExt()