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

FreeDosObject

Frees an object allocated by AllocDosObject()

Declaration

Source position: amigados.pas line 1650

procedure FreeDosObject(

  type_: LongWord;

  ptr: POINTER

);

Arguments

type_

  

Type passed to AllocDosObject()

ptr

  

Pointer returned by AllocDosObject()

Description

Do not call for objects allocated in any other way.

See also

AllocDosObject

  

Creates a dos object

FreeVec

  

Free memory with tracked size made using AllocVec()


Documentation generated on: 2021-07-30