Information Catalog Manager Programming Guide and Reference

Common characteristics of the Information Catalog Manager API input and output structures

The Information Catalog Manager input structures and output structures contain three parts, called areas, as shown in Figure 5:

Figure 5. An input or output structure


Graphic representation of the header, definition, and object areas together in an input or output structure.

Header
Identifies and defines the size of the structure

Definition
Defines object area properties

Object
Specifies property values

The entire self-defining structure must be a contiguous area of storage.

Input structures and output structures contain only character data, and cannot contain null characters.

If you omit a value in an input or output structure, use an appropriate number of space characters, called blanks in this book, in place of the value to keep the byte offsets of the values consistent with the definition of the input structure and output structure.


[ Top of Page | Previous Page | Next Page ]