http://www.aros.org AROS-Exec AROS-Exec Archives Power2People
kitty mascottop logo menu

misc

Index


AllocMiscResource() FreeMiscResource()    

AllocMiscResource()

Synopsis

char * AllocMiscResource(
         ULONG unitNum,
         char * name );

Function

Allocates one of the miscellaneous resources.

Inputs

unitNum  --  The resource to allocate
name     --  An identifying name for you, must NOT be NULL.

Result

NULL if the allocation was successful. If the resource couln't be
allocated, the name of the holder of the resource is returned.

FreeMiscResource()

Synopsis

VOID FreeMiscResource();

Function

Frees one of the miscellaneous resources.

Inputs

unitNum  --  The resource to free.

Notes

You must have allocated the resource to free it!

Copyright © 1995-2024, The AROS Development Team. Alla rättigheter förbehålles.
Amiga®, AmigaOS®, Workbench och Intuition är varumärken som tillhör Amiga Inc. Alla andra varumärken tillhör sina respektive ägare.