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

IOperm

Set permission on IO ports

Declaration

Source position: oldlinux.pp line 1552

function IOperm(

  From: Cardinal;

  Num: Cardinal;

  Value: LongInt

):Boolean;

Description

IOperm sets permissions on Num ports starting with port From to Value. The function returns True if the call was successfull, False otherwise.

Note:

Errors

Errors are returned in LinuxError

The latest version of this document can be found at lazarus-ccr.sourceforge.net.