Data Types Used - demographics_library - Latest

Demographics Library Reference for Windows and UNIX

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Demographics Library
Version
Latest
ft:locale
en-US
Product name
Demographics Library
ft:title
Demographics Library Reference for Windows and UNIX
Copyright
2024
First publish date
1994
ft:lastEdition
2025-10-14
ft:lastPublication
2025-10-14T21:16:32.399000
L1_Product_Gateway
L2_Product_Segment
L3_Product_Brand
L4_Investment_Segment
L5_Product_Group
L6_Product_Name
ints short integer
intsu unsigned short integer
intl long integer
intlu unsigned long integer
char * pointer to type char
intlu * pointer to unsigned long integer
intl * pointer to long integer
ints * pointer to short integer
pstr pointer to type char
pcstr constant pointer to type char
pvoid pointer to type void
DlID Demographics library handle
DlFileID Demographics file handle
DlFieldID Demographics field handle
Note: The asterisk symbol after the type indicates a pointer to a variable. For example, intl *p indicates that p is a pointer to a signed long integer.