http://www.aros.orgAROS-ExecAROS-Exec ArchivesPower2People

Home

English

Česky

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska


News

Archive

Introduction

Status
Screenshots
Ports
License

Download


Documentation

Users
Installation
Using
Shell
Applications
FAQ
Developers
Contribute
Roadmap
Bug Tracker
Working with Subversion
Compiling
Application Development Manual
Zune Application Development Manual
System Development Manual
Debugging Manual
Reference
Specifications
UI Style Guide
Documenting
Porting
Translating
Summaries
Links

Contact

Mailing lists
IRC channels

Credits

Acknowledgements


Pictures

Developers
Developers en Masse

Sponsors

Linking

Links

Get AROS Research Operating System at SourceForge.net. Fast, secure and Free Open Source software downloads

amigaguide

Index


AddAmigaGuideHostA() AmigaGuideSignal() CloseAmigaGuide() ExpungeXRef()
GetAmigaGuideAttr() GetAmigaGuideMsg() GetAmigaGuideString() LoadXRef()
LockAmigaGuideBase() OpenAmigaGuideA() OpenAmigaGuideAsyncA() RemoveAmigaGuideHostA()
ReplyAmigaGuideMsg() SendAmigaGuideCmdA() SendAmigaGuideContextA() SetAmigaGuideAttrsA()
SetAmigaGuideContextA() UnlockAmigaGuideBase()    

AddAmigaGuideHostA()

Synopsis

AMIGAGUIDEHOST AddAmigaGuideHostA(
         struct Hook * hook,
         STRPTR name,
         struct TagItem * attrs );

AMIGAGUIDEHOST AddAmigaGuideHost(
         struct Hook * hook,
         STRPTR name,
         TAG tag, ... );

AmigaGuideSignal()

Synopsis

ULONG AmigaGuideSignal(
         AMIGAGUIDECONTEXT handle );

CloseAmigaGuide()

Synopsis

void CloseAmigaGuide(
         AMIGAGUIDECONTEXT handle );

ExpungeXRef()

Synopsis

void ExpungeXRef();

GetAmigaGuideAttr()

Synopsis

LONG GetAmigaGuideAttr(
         Tag tag,
         AMIGAGUIDECONTEXT handle,
         ULONG * storage );

GetAmigaGuideMsg()

Synopsis

struct AmigaGuideMsg * GetAmigaGuideMsg(
         AMIGAGUIDECONTEXT handle );

GetAmigaGuideString()

Synopsis

STRPTR GetAmigaGuideString(
         ULONG id );

LoadXRef()

Synopsis

LONG LoadXRef(
         BPTR lock,
         STRPTR name );

LockAmigaGuideBase()

Synopsis

LONG LockAmigaGuideBase(
         AMIGAGUIDECONTEXT handle );

OpenAmigaGuideA()

Synopsis

AMIGAGUIDECONTEXT OpenAmigaGuideA(
         struct NewAmigaGuide * nag,
         struct TagItem * attrs );

AMIGAGUIDECONTEXT OpenAmigaGuide(
         struct NewAmigaGuide * nag,
         TAG tag, ... );

OpenAmigaGuideAsyncA()

Synopsis

AMIGAGUIDECONTEXT OpenAmigaGuideAsyncA(
         struct NewAmigaGuide * nag,
         struct TagItem * attrs );

AMIGAGUIDECONTEXT OpenAmigaGuideAsync(
         struct NewAmigaGuide * nag,
         TAG tag, ... );

RemoveAmigaGuideHostA()

Synopsis

LONG RemoveAmigaGuideHostA(
         AMIGAGUIDEHOST key,
         struct TagItem * attrs );

LONG RemoveAmigaGuideHost(
         AMIGAGUIDEHOST key,
         TAG tag, ... );

ReplyAmigaGuideMsg()

Synopsis

void ReplyAmigaGuideMsg(
         struct AmigaGuideMsg * msg );

SendAmigaGuideCmdA()

Synopsis

BOOL SendAmigaGuideCmdA(
         AMIGAGUIDECONTEXT handle,
         STRPTR cmd,
         struct TagItem * attrs );

BOOL SendAmigaGuideCmd(
         AMIGAGUIDECONTEXT handle,
         STRPTR cmd,
         TAG tag, ... );

SendAmigaGuideContextA()

Synopsis

BOOL SendAmigaGuideContextA(
         AMIGAGUIDECONTEXT handle,
         struct TagItem * attrs );

BOOL SendAmigaGuideContext(
         AMIGAGUIDECONTEXT handle,
         TAG tag, ... );

SetAmigaGuideAttrsA()

Synopsis

LONG SetAmigaGuideAttrsA(
         AMIGAGUIDECONTEXT handle,
         struct TagItem * attrs );

LONG SetAmigaGuideAttrs(
         AMIGAGUIDECONTEXT handle,
         TAG tag, ... );

SetAmigaGuideContextA()

Synopsis

BOOL SetAmigaGuideContextA(
         AMIGAGUIDECONTEXT handle,
         ULONG context,
         struct TagItem * attrs );

BOOL SetAmigaGuideContext(
         AMIGAGUIDECONTEXT handle,
         ULONG context,
         TAG tag, ... );

UnlockAmigaGuideBase()

Synopsis

void UnlockAmigaGuideBase(
         LONG key );

Copyright © 1995-2009, The AROS Development Team. All rights reserved.
Amiga® is a trademark of Amiga Inc. All other trademarks belong to their respective owners.