home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pIntui/EasyReq.h"
- @MASTER "Work2:AD/IInc/pIntui/EasyReq.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:59
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pIntui/EasyReq.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pIntui/EasyReq.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_EasyStruct" LINK "pIntui/EasyReq.h/File" 17}
-
- @ENDNODE
- @NODE File "pIntui/EasyReq.h"
- #ifndef __INC_POS_PINTUI_EASYREQ_H
- #define __INC_POS_PINTUI_EASYREQ_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>EasyReq.h<< 09 Jan 1997 09:40:36 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_TYPES_H
- #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}>
- #endif
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_EasyStruct
- {
- @{"UWORD" LINK "pExec/Types.h/File" 93} es_StructSize; /* sizeof(@{"struct pOS_EasyStruct" LINK "pIntui/EasyReq.h/File" 17}) */
- @{"UWORD" LINK "pExec/Types.h/File" 93} es_Flags; /* alwasy 0 */
- @{"UWORD" LINK "pExec/Types.h/File" 93} es_Type; /* (enum pOS_EasyTypes) */
- const @{"CHAR" LINK "pExec/Types.h/File" 100} *es_Title; /* title of requester window */
- const @{"CHAR" LINK "pExec/Types.h/File" 100} *es_TextFormat; /* 'printf' style formatting string */
- const @{"CHAR" LINK "pExec/Types.h/File" 100} *es_GadgetFormat; /* 'printf' style formatting string */
- const @{"CHAR" LINK "pExec/Types.h/File" 100} *es_HelpID; /* Window-HelpID, @{"NULL" LINK "pExec/Types.h/File" 117} => default */
- const @{"CHAR" LINK "pExec/Types.h/File" 100} *es_HelpFile; /* Window-HelpFile, @{"NULL" LINK "pExec/Types.h/File" 117} => default */
- const @{"struct pOS_TagItem" LINK "pUtil/TagItem.h/File" 19} *es_Tags; /* Tags of (enum pOS_EasyTags) */
- };
-
-
-
- enum pOS_EasyTypes
- {
- ESYTYP_Std=0, /* Standard */
- ESYTYP_Request, /* Rückfrage */
- ESYTYP_NoMem, /* Speichmangel */
- ESYTYP_Input, /* Eingabeaufforderung */
- ESYTYP_DiskWriteProtected,
- ESYTYP_DeviceNotMounted,
- ESYTYP_DiskFull,
- ESYTYP_NotDosDisk,
- ESYTYP_NoDiskInDrive,
- ESYTYP_ReadWriteError,
- ESYTYP_Error, /* allgemeiner Error */
- ESYTYP_Warn, /* Warnung - kein echter Fehler */
- ESYTYP_Safety, /* Sicherheits-Rückfrage (... Format Disk) */
- ESYTYP_Info, /* Information */
-
- ESYTYP_MAX
- };
-
-
- #endif
- @ENDNODE
-