Parameter
|
Type
|
Description
|
INPUT
|
|
|
sqlip_hdbc
|
SQLIP_HDBC
|
Connection handle.
|
iInfoType
|
OADS_USMALLINT
|
Requested information type.
|
iInfoValueMax
|
OADS_SMALLINT
|
Size of the buffer pointed to by InfoValuePtr (bytes). |
OUTPUT
|
|
|
pInfoValue
|
OADS_POINTER
|
Buffer for returning the requested information in. The information can be a Unicode string or an integer.
|
piInfoValueLen
|
OADS_SMALLINT *
|
The number of bytes written to pInfoValue.
|
InfoValuePtr
|
OADS_POINTER
|
Integer buffer to use for returning numeric attribute values. |
RETURN
|
|
|
|
int
|
OADS_SUCCESS
OADS_ERROR – error allocating a connection handle
|