DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T g

⟦9a2af5b05⟧ TextFile

    Length: 2181 (0x885)
    Types: TextFile
    Names: »grindposy-3.h«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/grindposy-3.h« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/manual/grindposy-3.h« 

TextFile

/* automatically generated by posy 3.1 #16 (gremlin), do not edit! */

#ifndef	_module_IMAGE_defined_
#define	_module_IMAGE_defined_

#include <isode/psap.h>
#include <isode/pepy/UNIV-types.h>

#define	type_IMAGE_Initialize__INV	type_IMAGE_Version
#define	free_IMAGE_Initialize__INV	free_IMAGE_Version

#define	type_IMAGE_Initialize__RSP	type_IMAGE_Version
#define	free_IMAGE_Initialize__RSP	free_IMAGE_Version

#define	type_IMAGE_VersionsSupported	type_IMAGE_Version
#define	free_IMAGE_VersionsSupported	free_IMAGE_Version

#define	type_IMAGE_Version	PElement
#define	bits_IMAGE_Version	"\020\01version-1"
#define	bit_IMAGE_Version_version__1	0
#define	free_IMAGE_Version	pe_free

#define	type_IMAGE_ReadImage__RSP	type_IMAGE_X__Windows__Bitmap
#define	free_IMAGE_ReadImage__RSP	free_IMAGE_X__Windows__Bitmap

#define	type_IMAGE_FormatsSupported	type_IMAGE_Format
#define	free_IMAGE_FormatsSupported	free_IMAGE_Format

#define	type_IMAGE_Format	PElement
#define	bits_IMAGE_Format	"\020\01x-windows-bitmap"
#define	bit_IMAGE_Format_x__windows__bitmap	0
#define	free_IMAGE_Format	pe_free

#define	type_IMAGE_Filename	type_UNIV_GraphicString
#define	free_IMAGE_Filename	free_UNIV_GraphicString

struct type_IMAGE_ReadImage__INV {
    struct element_IMAGE_1 {
	    struct choice_IMAGE_0 {
		int     offset;
#define	choice_IMAGE_0_file__name	1
#define	choice_IMAGE_0_mail__address	2

		union {
			struct type_IMAGE_Filename *file__name;

			struct type_IMAGE_Mail__Address *mail__address;
		}       un;
	    } *choice_IMAGE_0;

	    struct element_IMAGE_1 *next;
    } *element_IMAGE_1;

    struct element_IMAGE_4 {
	    struct type_IMAGE_Format *Format;

	    struct element_IMAGE_4 *next;
    } *element_IMAGE_4;
};

struct type_IMAGE_Mail__Address {
    struct type_UNIV_GraphicString *local;

    struct type_UNIV_GraphicString *domain;

    PE      options;
#define	bits_IMAGE_options	"\020\01default-local\02default-host"
#define	bit_IMAGE_options_default__local	0
#define	bit_IMAGE_options_default__host	1
};

struct type_IMAGE_X__Windows__Bitmap {
    int     width;

    int     height;

    int     hot__spot__x;

    int     hot__spot__y;

    struct qbuf *data;
};
#endif