Tivoli Header

Tivoli Storage Manager Using the Application Program Interface


Determining Size Limits

Certain data structures or fields in the API have size limits. These structures are often names or other text fields that cannot exceed a predetermined length. Examples of fields with such limits include:

These limits are defined as constants within the header file, dsmapitd.h. Any storage allocation should be based on these constants rather than numbers you enter. Refer to Appendix A, API Type Definitions Source File for further information and a list of the current constants.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]