In | dictHandle | Handle of an open dictionary returned by
PvOpenDatabase(). |
In | tableName | Name of the table with the index to be dropped. |
In | indexNumber | Number of the index to be dropped. |
In | renumber | Indicates whether the remaining indexes should be renumbered. |
PCM_Success | The operation was successful. |
PCM_errFailed | The operation was not successful. |
PCM_errInvalidDictionaryHandle | The specified dictionary handle does not exist. |
PCM_errTableNotFound | The specified table was not found. |
PCM_errInvalidIndex | The specified index was not found. |