ILE C/C++ Programmer's Guide

Determining the Size of a Specific Pointer

To determine the size of a specific pointer:

  1. Check the pointer attribute.
  2. If no pointer attribute exists, check the #pragma datamodel setting.
  3. If a #pragma datamodel directive has not been included in the source section, check the Data Model (DTAMDL) compiler option specified When the C or C++ module is created or bound.


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