In | dictHandle | Handle of an open dictionary returned by
PvOpenDatabase(). |
In | tableName | Name of table to retrieve. |
Out | tableProps | Structure containing table information. |
Out | columnList | Array of columns defined in the table. |
Out | columnCount | Number of columns in columnList. |
Out | indexList | Array of segments defined in the table. |
Out | indexCount | Number of indexes in the indexList array. |
PCM_Success | The operation was successful. |
PCM_errFailed | A general failure occurred |
PCM_errMemoryAllocation | Error during memory allocation |
PCM_errInvalidDictionaryHandle | The specified dictionary handle does not exist. |