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

OpenMonitor

Open a named MonitorSpec

Declaration

Source position: agraphics.pas line 2359

function OpenMonitor(

  const 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