NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.i / .h font.i / .h icontrol.i / .h input.i / .h locale.i / .h overscan.i / .h palette.i / .h pointer.i / .h prefhdr.i / .h printergfx.i / .h printerps.i / .h printertxt.i / .h reaction.h screenmode.i / .h serial.i / .h sound.i / .h wbpattern.i / .h workbench.i / .h proto reaction resources rexx utility workbench GuruMeditation | IFND PREFS_PREFHDR_I PREFS_PREFHDR_I SET 1 ** ** $VER: prefhdr.i 38.1 (19.6.1991) ** Includes Release 45.1 ** ** File format for preferences header ** ** (C) Copyright 1991-2001 Amiga, Inc. ** All Rights Reserved ** ;--------------------------------------------------------------------------- IFND EXEC_TYPES_I INCLUDE "exec/types.i" ENDC ;--------------------------------------------------------------------------- ID_PREF equ "PREF" ID_PRHD equ "PRHD" ;--------------------------------------------------------------------------- STRUCTURE PrefHeader,0 UBYTE ph_Version ; version of following data UBYTE ph_Type ; type of following data ULONG ph_Flags ; always set to 0 for now LABEL PrefHeader_SIZEOF ;--------------------------------------------------------------------------- ENDC ; PREFS_PREFHDR_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |