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

setpatch

Index


AddPatch() FindPatch() RemPatch()  

AddPatch()

Synopsis

BOOL AddPatch(
         struct PatchEntry * pe );

Inputs

pe - Patch entry header

Result

TRUE  - Patch entry is added to the master patch list
FALSE - Patch with matching name already in the list

FindPatch()

Synopsis

struct PatchEntry * FindPatch(
         CONST_STRPTR name );

Inputs

name - Name of the patch to search for

Result

Pointer to the patch entry if found, or NULL

RemPatch()

Synopsis

VOID RemPatch(
         struct PatchEntry * pe );

Inputs

Patch entry to remove (from FindPatch() or AddPatch())

Result

Patch entry is removed from the master patch list

Copyright © 1995-2024, L'équipe de développement AROS. Tous droits réservés.
Amiga®, AmigaOS®, Workbench et Intuition sont des marques de Amiga Inc. Les autres marques appartiennent à leur propritaires respectifs.