![]() | Programming Guide | ![]() ![]() ![]() ![]() |
Gets the contents of an LDB entry
int sm_ldb_getfield (char *buffer, int field_number, char *ldbname);int sm_i_ldb_getfield (char *buffer, char *field_name, int occurrence, char *ldbname);int sm_n_ldb_getfield (char *buffer, char *field_name, char *ldbname);int sm_o_ldb_getfield (char *buffer, int field_number, int occurrence, char *ldbname);int sm_ldb_h_getfield (char *buffer, int field_number, int ldbhandle);int sm_i_ldb_h_getfield (char *buffer, char *field_name, int occurrence, int ldbhandle);int sm_n_ldb_h_getfield (char *buffer, char *field_name, int ldbhandle);int sm_o_ldb_h_getfield (char *buffer, int field_number, int occurrence, int ldbhandle);
buffer
- The buffer to get the LDB data.
field_name
,field_number
- The LDB field with the data to obtain.
occurrence
- The occurrence that contains the data to obtain.
ldbname
- The name of the LDB that contains the field.
ldbhandle
- The handle of the LDB that contains the field.