Table of Contents

Search

  1. Preface
  2. Introduction
  3. Program Design
  4. SSA-NAME3 Functions
  5. Language Specific Guidelines
  6. Controls
  7. Advanced Controls
  8. Address Standardization
  9. ASM Workbench

SSA-NAME3 API Reference Guide

SSA-NAME3 API Reference Guide

ssan3_info_ext

ssan3_info_ext

Returns information about the selected system and population for the following
ssan3_info
control items:
  • map_profile
  • map_population
  • map_data
  • map_field

Prototype

long ssan3_info ( long sockh , / / Long in long * session , / / Long io char * system_name , / / String in char * population , / / String in char * controls , / / String in char * rsp , / / String out long rsp_size , char * ssaMsg , / / String out long ssaMsg_size , long * in_count , / / Long in char ** in_info , / / StringArray in long * in_info_num , long * count , / / Long out char ** info , / / StringArray out long info_size ) ;

Parameters

sockh
Socket to use for the call.
session
Refer to the Common Parameters section.
system
Refer to the Common Parameters section.
population
Refer to the Common Parameters section.
controls
Refer to the Controls section.
rsp
Refer to the Common Parameters section.
ssaMsg
Refer to the SSA-NAME3 Error Messages section.
in_count
Number of records that the in_info parameter returns.
in_info
Array of records for the following ssan3_info control items:
  • map_profile
  • map_population
  • map_data
  • map_field
count
A number defining the number of rows in the Items Array.
info
An array of 1024 byte rows, containing the data returned for the specific
ssan3_info
call.

Return Code

Negative for error and 0 for success.

0 COMMENTS

We’d like to hear from you!