Deprecated. Initializes GeoStan for LACSLink.
Syntax
GsFunStat GsInitLACSLink_r ( GsId gs,LACSLinkInitStruct
*lacsInitStruct, init structSize);
Arguments
gs ID returned by GsInit_r for the current instance of GeoStan. Input.
*lacsInitStruct This structure contains the following:
structVersion LACSLink version number. Set to GS_GEOSTAN_VERSION. Input.
pDirectory String that specifies the directory containing LACSLink data. Input.
status Indicates the successful initialization of LACSLink. Output.
The table below contains the constants used to test each significant bit.
GS_LACSLINK_FILE_SECURITY |
Successfully loaded the LACSLink license. |
GS_LACSLINK_FILE_ALL |
Successfully loaded the LACSLink data |
options Reserved for future implementation. Input.
securityKey Security key to initialize LACSLink functionality. Input.
structSize Size of the lacsInitStruct data structure. Input.
Return Values
GS_SUCCESS Initialized successfully.
GS_ERROR Failed to initialize. Call GsErrorGetEx for information.
Prerequisites
See notes
Notes
If you are using GsSetFileMemoryLimit to control the amount of memory used for memory mapped files, you need to call GsInitLACSLink_r after GsSetFileMemoryLimit and before GsInit_r.
If you are not using GsSetFileMemoryLimit, you need to call GsInit_r before calling GsInitLACSLink_r.