Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

OpenMonitor

Open a named MonitorSpec

Declaration

Source position: agraphics.pas line 2097

function OpenMonitor(

  MonitorName: PChar;

  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: 2021-07-30