| NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib alib_protos.h alib_stdio_protos.h amigaguide_protos.h aml_protos.h arexx_protos.h asl_protos.h battclock_protos.h battmem_protos.h bevel_protos.h bitmap_protos.h bullet_protos.h button_protos.h cardres_protos.h checkbox_protos.h chooser_protos.h cia_protos.h clicktab_protos.h colorwheel_protos.h commodities_protos.h console_protos.h datatypes_protos.h datebrowser_protos.h ddebug_protos.h debug_protos.h disk_protos.h diskfont_protos.h dos_protos.h drawlist_protos.h exec_protos.h expansion_protos.h fuelgauge_protos.h gadtools_protos.h getfile_protos.h getfont_protos.h getscreenmode_protos.h glyph_protos.h graphics_protos.h icon_protos.h iffparse_protos.h input_protos.h integer_protos.h intuition_protos.h keymap_protos.h label_protos.h layers_protos.h layout_protos.h listbrowser_protos.h locale_protos.h lowlevel_protos.h macros.h mathffp_protos.h mathieeedoubbas_protos.h mathieeedoubtrans_protos.h mathieeesingbas_protos.h mathieeesingtrans_protos.h mathtrans_protos.h misc_protos.h nonvolatile_protos.h page_protos.h palette_protos.h penmap_protos.h popcycle_protos.h potgo_protos.h radiobutton_protos.h ramdrive_protos.h reaction_lib_protos.h realtime_protos.h requester_protos.h resource_protos.h rexxsyslib_protos.h scroller_protos.h slider_protos.h space_protos.h speedbar_protos.h string_protos.h texteditor_protos.h timer_protos.h translator_protos.h utility_protos.h virtual_protos.h wb_protos.h window_protos.h datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef CLIB_AML_PROTOS_H
#define CLIB_AML_PROTOS_H
/*
** $VER: aml_protos.h 1.2 (6.10.1999)
**
** C prototypes. For use with 32 bit integers only.
**
** Copyright © 2001 Amiga, Inc.
** All Rights Reserved
*/
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifndef UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
#ifndef UTILITY_HOOKS_H
#include <utility/hooks.h>
#endif
#ifndef REXX_STORAGE_H
#include <rexx/storage.h>
#endif
#ifndef LIBRARIES_AML_H
#include <libraries/aml.h>
#endif
LONG RexxDispatcher( struct RexxMsg *rxm );
APTR CreateServerA( struct TagItem *tags );
APTR CreateServer( Tag firstTag, ... );
VOID DisposeServer( APTR server );
ULONG SetServerAttrsA( APTR server, struct TagItem *tags );
ULONG SetServerAttrs( APTR server, ... );
ULONG GetServerAttrsA( APTR server, struct TagItem *tags );
ULONG GetServerAttrs( APTR server, ... );
ULONG GetServerHeaders( APTR server, ULONG flags );
LONG GetServerArticles( APTR server, APTR folder, struct Hook *hook, ULONG flags );
APTR CreateFolderA( APTR server, struct TagItem *tags );
APTR CreateFolder( APTR server, ... );
BOOL DisposeFolder( APTR folder );
APTR OpenFolderA( APTR server, struct TagItem *tags );
APTR OpenFolder( APTR server, ... );
BOOL SaveFolder( APTR folder );
BOOL RemFolder( APTR folder );
ULONG SetFolderAttrsA( APTR folder, struct TagItem *tags );
ULONG SetFolderAttrs( APTR folder, ... );
ULONG GetFolderAttrsA( APTR folder, struct TagItem *tags );
ULONG GetFolderAttrs( APTR folder, ... );
BOOL AddFolderArticle( APTR folder, ULONG type, APTR data );
BOOL RemFolderArticle( APTR folder, APTR article );
ULONG ReadFolderSpool( APTR folder, STRPTR importfile, ULONG flags );
ULONG WriteFolderSpool( APTR folder, STRPTR exportfile, ULONG flags );
ULONG ScanFolderIndex( APTR folder, struct Hook *hook, ULONG flags );
BOOL ExpungeFolder( APTR folder, APTR trash, struct Hook *hook );
ULONG CreateFolderIndex( APTR folder );
ULONG SortFolderIndex( APTR folder, ULONG field );
APTR CreateArticleA( APTR folder, struct TagItem *tags );
APTR CreateArticle( APTR folder, ... );
BOOL DisposeArticle( APTR article );
APTR OpenArticle( APTR server, APTR folder, ULONG msgID, ULONG flags );
BOOL CopyArticle( APTR folder, APTR article );
ULONG SetArticleAttrsA( APTR article, struct TagItem *tags );
ULONG SetArticleAttrs( APTR article, ... );
ULONG GetArticleAttrsA( APTR article, struct TagItem *tags );
ULONG GetArticleAttrs( APTR article, ... );
BOOL SendArticle( APTR server, APTR article, UBYTE *from_file );
BOOL AddArticlePartA( APTR article, APTR part, struct TagItem *tags );
BOOL AddArticlePart( APTR article, APTR part, ... );
VOID RemArticlePart( APTR article, APTR part );
APTR GetArticlePart( APTR article, ULONG partnum );
ULONG GetArticlePartAttrsA( APTR part, struct TagItem *tags );
ULONG GetArticlePartAttrs( APTR part, ... );
ULONG SetArticlePartAttrsA( APTR part, struct TagItem *tags );
ULONG SetArticlePartAttrs( APTR part, ... );
APTR CreateArticlePartA( APTR article, struct TagItem *tags );
APTR CreateArticlePart( APTR article, ... );
VOID DisposeArticlePart( APTR part );
BOOL GetArticlePartDataA( APTR article, APTR part, struct TagItem *tags );
BOOL GetArticlePartData( APTR article, APTR part, ... );
BOOL SetArticlePartDataA( APTR part, struct TagItem *tags );
BOOL SetArticlePartData( APTR part, ... );
APTR CreateAddressEntryA( struct TagItem *tags );
APTR CreateAddressEntry( Tag firstTag, ... );
BOOL DisposeAddressEntry( APTR addr );
APTR OpenAddressEntry( APTR server, ULONG fileid );
LONG SaveAddressEntry( APTR server, APTR addr );
BOOL RemAddressEntry( APTR server, APTR addr );
ULONG GetAddressEntryAttrsA( APTR addr, struct TagItem *tags );
ULONG GetAddressEntryAttrs( APTR addr, ... );
ULONG SetAddressEntryAttrsA( APTR addr, struct TagItem *tags );
ULONG SetAddressEntryAttrs( APTR addr, ... );
BOOL MatchAddressA( APTR addr, struct TagItem *tags );
BOOL MatchAddress( APTR addr, ... );
APTR FindAddressEntryA( APTR server, struct TagItem *tags );
APTR FindAddressEntry( APTR server, ... );
APTR HuntAddressEntryA( APTR server, struct TagItem *tags );
APTR HuntAddressEntry( APTR server, ... );
ULONG ScanAddressIndex( APTR server, struct Hook *hook, ULONG type, ULONG flags );
BOOL AddCustomField( APTR addr, STRPTR field, STRPTR data );
BOOL RemCustomField( APTR addr, STRPTR field );
STRPTR GetCustomFieldData( APTR addr, STRPTR field );
APTR CreateDecoderA( struct TagItem *tags );
APTR CreateDecoder( Tag firstTag, ... );
VOID DisposeDecoder( APTR dec );
ULONG GetDecoderAttrsA( APTR dec, struct TagItem *tags );
ULONG GetDecoderAttrs( APTR dec, ... );
ULONG SetDecoderAttrsA( APTR dec, struct TagItem *tags );
ULONG SetDecoderAttrs( APTR dec, ... );
LONG Decode( APTR dec, ULONG type );
LONG Encode( APTR dec, ULONG type );
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* CLIB_AML_PROTOS_H */
Comments |
| $VER: d0.se 1.14 Copyright © 2011-2025 Tobias Geijersson support at d0 dot se |