INFORMIX
DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home Contents Index Master Index New Book

mi_get_default_connection_info()

The mi_get_default_connection_info() function populates the MI_CONNECTION_INFO structure with the appropriate application defaults for each field in the connection descriptor.

Syntax

Usage

If no default exists, strings are set to NULL and integer fields are set to 0.

The application connection defaults are set with mi_set_default_connection_info().

For a description of the MI_CONNECTION_INFO structure, see the description of the mi_get_connection_info() function. For additional information about default connection descriptors, see "Information Descriptors".

Return Values

MI_OK

The function was successful.

MI_ERROR

The function was not successful.

Related Topics

For additional information, see the descriptions of the following functions: mi_get_connection_info() and mi_set_default_connection_info().




DataBlade API Programmer's Manual, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.