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

Menu principal

English

Česky

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska


News

Archive

Introduction

Status
Copies d'écran
Ports
License

Téléchargement


Documentation

Utilisateurs
Installation
Utilisation
Commandes Shell
Applications
FAQ
Développeurs
Contributions
Roadmap
Bug Tracker
Travailler avec Subversion
Compilation
Manuel de développement d'applications
Manuel de développement de Zune
Manuel de developpement du système
Manuel de Debogage
Référence
Spécifications
UI Style Guide
Documentation
Porting
Traduction
Résumés
Liens

Contact

Mailing lists
IRC channels

Crédits

Acknowledgements


Images

Développeurs
Développeurs ensemble

Sponsors

Référencement

Liens

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

aros

Index


ArosInquireA()      

ArosInquireA()

Synopsis

ULONG ArosInquireA(
         struct TagItem * taglist );

ULONG ArosInquire(
         TAG tag, ... );

Function

This function is used to query system characteristics not easily
queried with another function.

Inputs

tags -- taglist with appropriate queries. The tag's ti_Data field
        should point to the location where the result of the query
        is stored. Do not forget to clear the location before, as
        queries not understood will be left untouched.

AI_KickstartBase APTR
AI_KickstartSize ULONG
AI_KickstartVersion UWORD
AI_KickstartRevision UWORD
        Only support these tags if we are on the native machine. On other machines this
        call will not touch the storage space. Set the storage space to 0 if you want to
        see if this call touches it.

AI_ArosVersion IPTR
        aros.library version masquerades as AROS version. This means
        that all aros modules must have the same major version number.

AI_ArosReleaseMajor IPTR
        Update this whenever a new AROS is released.

AI_ArosReleaseMinor IPTR
        Update this whenever a new AROS is released.

AI_ArosReleaseDate IPTR
        Update this whenever a new AROS is released.

AI_ArosBuildDate IPTR
        Given in the format: <d>.<m>.<y>

AI_ArosVariant IPTR
        Configure time variant name.

AI_ArosArchitecture IPTR
        Return the target architecture.

Result

All queries understood by this call will have appropriate values
assigned to the location a tag's ti_Data pointed to.

This function will (for now) always return 0.

Copyright © 1995-2009, 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.