API 文档 > Miscellaneous > Object ProTable > Function ProTableInfoGet
Function ProTableInfoGet
Description
To get information about a table segment.
Synopsis
#include <ProTable.h>
ProTableInfoGet
(
ProTable* p_table
/* (In)
The table in question.
*/
int segment
/* (In)
The segment ID to check(Segment Id starts with 0). Pass PRO_VALUE_UNUSED for a single segment table.
*/
ProTableInfo* table_info
/* (Out)
Pointer to a pro_table_seg_info structure to receive the information.
*/
)
Returns
The query succeeded.
The query did not succeed.
PRO_VALUE_UNUSED was used for multiple-segment table.
这对您有帮助吗?