home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "pExec/RawDoFmt.h"
- @MASTER "Work2:AD/IInc/pExec/RawDoFmt.h"
- @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:34:30
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "pExec/RawDoFmt.h"
- @TOC "__pOS_Dev.guide/MAIN"
-
- @{"pExec/RawDoFmt.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"pOS_RawDoFmtData" LINK "pExec/RawDoFmt.h/File" 18}
-
- @ENDNODE
- @NODE File "pExec/RawDoFmt.h"
- #ifndef __INC_POS_PEXEC_RAWDOFMT_H
- #define __INC_POS_PEXEC_RAWDOFMT_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>RawDoFmt.h<< 27 Feb 1997 14:07:28 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_TYPES_H
- #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_RawDoFmtData
- {
- const @{"CHAR" LINK "pExec/Types.h/File" 100} *rdft_Format;
- const @{"ULONG" LINK "pExec/Types.h/File" 91} *rdft_Argv;
-
- /*** Internal ***/
- @{"VOID" LINK "pExec/Types.h/File" 83} (*rdft_InterFmt)(@{"_R_A0" LINK "pExec/Types.h/File" 28} struct pOS_RawDoFmtData*); /* default=@{"NULL" LINK "pExec/Types.h/File" 117} */
- @{"UWORD" LINK "pExec/Types.h/File" 93} rdft_Width; /* default=0 */
- @{"UWORD" LINK "pExec/Types.h/File" 93} rdft_Limit; /* default=UWORD_MAX */
- @{"UBYTE" LINK "pExec/Types.h/File" 95} rdft_Flags; /* (enum pOS_RawDoFmtFlags) */
- @{"UBYTE" LINK "pExec/Types.h/File" 95} rdft_Data; /* Output-Data for call rdft_DoFmt() */
-
- /*** External ***/
- @{"VOID" LINK "pExec/Types.h/File" 83} (*rdft_DoFmt)(@{"_R_A0" LINK "pExec/Types.h/File" 28} struct pOS_RawDoFmtData*);
- @{"ULONG" LINK "pExec/Types.h/File" 91} rdft_ResSize; /* */
- @{"ULONG" LINK "pExec/Types.h/File" 91} rdft_User[2]; /* Free for use */
-
- @{"UBYTE" LINK "pExec/Types.h/File" 95} rdft_Reserved[8];
- };
-
-
- enum pOS_RawDoFmtFlags /** rdft_Flags **/
- {
- RDFTF_None=0,
- RDFTF_JustLeft =0x01, /* (-) left justification */
- RDFTF_Long =0x02, /* (l) data is longword */
- RDFTF_Field =0x04, /* (.) */
- RDFTF_Fill0 =0x08, /* (0) */
-
- RDFTF_UseNullPtr =0x80, /* Null-Pointer by %s => "" */
- };
-
-
-
-
-
- #endif
- @ENDNODE
-