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

Portada

English

Česky

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska


Noticias

Archivo

Introdución

Estado
Capturas de Pantalla
Puertos
Licencia

Descargas


Documentación

Usuarios
Instalación
Modo de Uso
Comandos del Shell
Aplicaciones
FAQ
Desarrolladores
Contribución
Itinerario
Rastreo de Errores
Trabajando con Subversion
Compilación
Manual para el desarrollo de aplicaciones
Manual para el desarrollo de aplicaciones con Zune
Manual para el desarrollo del sistema
Manual para la depuración
Referencia
Especificaciones
Guía de Estilo de la IU
Documentación
Porting
Traducción
Resúmenes
Enlaces

Contacto

Listas de correo
Canales de IRC

Créditos

Reconocimientos


Fotografías

Desarrolladores
Los Desarrolladores en grupo

Auspiciantes

Vinculación

Enlaces

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.