[Contents] [Index] [Help] [Retrace] [browse <] [Browse >]


NAME
    FreeDosObject -- Frees an object allocated by allocdosobject() (v36)

SYNOPSIS
    FreeDosObject(type, ptr)
                   D1   D2

    void FreeDosObject(ULONG, void *)

FUNCTION
    Frees an object allocated by allocdosobject().  do not call for
    objects allocated in any other way.

INPUTS
    type - type passed to allocdosobject()
    ptr  - ptr returned by allocdosobject()

SEE ALSO
    allocdosobject(), <dos/dos.h>