gdlInitialize - geographicdeterminationlibrary - 2024.00

Geographic Determination Library Reference for Windows and z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Geographic Determination Library
Version
2024.00
Language
English
Product name
GeoStan Geocoding Suite
Title
Geographic Determination Library Reference for Windows and z/OS
Copyright
2024
First publish date
1994
Last updated
2024-05-09
Published on
2024-05-09T00:55:21.277227

Initializes the Geographic Determination Library; must be called before any other library function.

Syntax

intl gdlInitialize( gdlHandle* hGdl, intl number, char* filename );

Arguments

hGdl

Pointer to a gdlHandle. Output.

number

License password. Input.

filename

License filename. Input.

Return values

GDL_NOT_LICENSED

GDL_OK

Prerequisites

None.

Alternates

None.

Notes

This should be the first function called. Call gdlTerminate when finished with gdlHandle.