| SE_registration_get_info_list |
Retrieves an array of SE_REGINFO objects accessible to the caller.
LONG SE_registration_get_info_list
(SE_CONNECTION connection,
SE_REGINFO **reg_list_addr,
LONG *count_addr);
| connection | The current connection |
| reg_list_addr | Address of a pointer in dynamically allocated space that will contain an array of SE_REGINFO objects |
| count_addr | The number of SE_REGINFO objects |
SE_registration_get_info_list returns a dynamically allocated list of registration entries for which the current user has any access to the DBMS table.
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_POINTER
SE_OUT_OF_CLMEM
SE_OUT_OF_SVMEM
• The application must free the memory used by this call. See SE_registration_free_info_list .