[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

OpenMonitor

Open a named MonitorSpec

Declaration

Source position: agraphics.pas line 2171

function OpenMonitor(

  MonitorName: STRPTR;

  DisplayID: LongWord

):PMonitorSpec;

Arguments

MonitorName

  

A pointer to a null terminated string.

DisplayID

  

An optional 32 bit monitor/mode identifier

Function result

A pointer to an open MonitorSpec structure. nil if MonitorSpec could not be opened.

Description

Locate and open a named MonitorSpec.

See also

CloseMonitor

  

Close a MonitorSpec


Documentation generated on: 2017-01-10