Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PhABResExportFrugal_t

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PhABResExportFrugal_t

[Previous] [Contents] [Index] [Next]

PhABResExportFrugal_t

A structure that defines the functions exported by PhAB that can be called by a frugal editor

Synopsis:

        typedef struct PhABResExportFrugal_ {
                PhABResExportCommon_t common;

                PhABExportOpenF_t *open;
                } PhABResExportFrugal_t;

Description:

When a new frugal resource editor is created, it is passed a pointer to this structure, which gives it access to the functions exported by PhAB.

The structure has these members:

common
A PhABResExportCommon_t structure that points to functions common to frugal and full editors.
open
A pointer to the open() function exported by PhAB.

Classification:

Photon

See also:

open(), PhABResExportCommon_t.


[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026