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

OldOpenLibrary

Old Version of OpenLibrary (deprecated)

Declaration

Source position: exec.pas line 1969

function OldOpenLibrary(

  libName: PChar

):PLibrary;

Arguments

libName

  

The name of the library to open

Function result

A library pointer for a successful open, else nil.

Description

This is the same function as OpenLibrary(), only that it uses 0 as version number. This function is obsolete. Don't use it.

See also

OpenLibrary

  

Open a library to use


Documentation generated on: 2021-07-30