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

FreeDosObject

Frees an object allocated by AllocDosObject()

Declaration

Source position: amigados.pas line 2466

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