In | dictHandle | Handle of an open dictionary returned by PvOpenDatabase(). |
In | tableName | Name of the table where the indexes will be added. |
In | indexList | Array of index definitions. |
In | indexCount | Number of indexes in the indexList array. |
PCM_Success | The operation completed successfully. |
PCM_errFailed | The operation did not complete successfully. |
PCM_errInvalidDictionaryHandle | The specified dictionary handle does not exist. |
PCM_errTableNotFound | The specified table was not found. |
PCM_errMemoryAllocation | An error occurred during memory allocation. |
PCM_errInvalidIndexName | The specified index name is invalid. |
PCM_errColumnNotFound | The specified column was not found in the table. |