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

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, The AROS Development Team. All rights reserved.
Amiga® is a trademark of Amiga Inc. All other trademarks belong to their respective owners.