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_addr_get_del_lines_ext

ssan3_addr_get_del_lines_ext

Use this function to retrieve delivery address line information.

Prototype

Public Function ssan3_addr_get_del_lines_ext ( _ ByVal session As Integer , _ ’ Long io ByVal rsp As String , _ ’ String out ByRef rsp_size As Integer , _ ByVal ssaMsg As String , _ ’ String out ByRef ssaMsg_size As Integer , _ ByRef suggest_idx As Integer , _ ’ Long in ByRef del_case As Integer , _ ’ Long in ByVal del_line1 ( ) As Byte , _ ’ Block out ByRef del_line1_size As Integer , _ ByVal del_line2 ( ) As Byte , _ ’ Block out ByRef del_line2_size As Integer , _ ByVal del_line3 ( ) As Byte , _ ’ Block out ByRef del_line3_size As Integer , _ ByVal del_line4 ( ) As Byte , _ ’ Block out ByRef del_line4_size As Integer , _ ByVal del_line5 ( ) As Byte , _ ’ Block out ByRef del_line5_size As Integer , _ ByVal del_line6 ( ) As Byte , _ ’ Block out ByRef del_line6_size As Integer _ ) As Integer

Parameters

session
Refer to the Common Parameters section
rsp
Refer to the Common Parameters section
ssaMsg
Refer to the SSA-NAME3 Error Messages section
suggest_idx
Specifies the suggestion from which to get delivery address lines
del_case
Specifies delivery address line case option value. The allowed values are 0 = Unchanged, 1 = Upper case, 2 = Lower case and 3 = Mixed case
del_line1
delivery address line 1 output string
del_line2
delivery address line 2 output string
del_line3
delivery address line 3 output string
del_line4
delivery address line 4 output string
del_line5
delivery address line 5 output string
del_line6
delivery address line 6 output string

Return Code

negative for error, 0 for success

0 COMMENTS

We’d like to hear from you!