ILE C/C++ Programmer's Guide


Defining and Using Indicators

Indicators for a record format are allowed only for device files, and can be defined as a separate indicator structure or as a member in the record format structure.

C++ language onlyC++ users must use the GENCSRC utility for structure definitions.

C language onlyC users can use either the GENCSRC utility or the #pragma mapinc directive for structure definitions.

Note:
For more information on the differences between the GENCSRC utility and the #pragma mapinc directive, see Appendix A, The GENCSRC Utility and the #pragma mapinc Directive.


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