|
<< Click to Display Table of Contents >> DbiCloseFieldXlt |
![]() ![]()
|
C syntax
DBIResult DBIFN DbiCloseFieldXlt (hXlt);
Delphi syntax
function DbiCloseFieldXlt (hXlt: hDBIXlt): DBIResult stdcall;
Description
DbiCloseFieldXlt closes a field translation object.
Parameters
hXlt Type: hDBIXlt (Input)
Specifies the field translation handle.
DbiResult |
Meaning |
DBIERR_NONE |
The translation object was closed successfully. |
DBIERR_INVALIDHNDL |
The specified translation handle is invalid. |
See also