In | dictHandle | Handle of an open dictionary returned by
PvOpenDatabase(). |
In | tableName | Name of the table to delete. |
In | keepFile | Indicates whether or not the data file will be deleted. If set to 0, the data file associated with the table will be deleted. If non-zero, the data file will not be deleted. |
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 name was not found. |