DBsignaturFindDrawingkeyEntry |
Top Previous Next |
Sign key table determine. With this routine the sign key table which contains the suitable object keys and the suitable sign key can be determined. Parametre root (PROOT) [IN] Act on the open data bank. objectKey (KEY *) [IN] objectKey contains object key. The Array must have at least the size, how in keyCnt given. keyCnt (int) [IN] keyCnt gives the number of the object keys which are in objectKey. dky (int) [IN] dky gives the sign key which must seem in the table, so that can be continued to search after the object keys from objectKey. tabelle (int) [IN] The value from tabelle must lie between 1 and 10. The constants performed below book the first three figures. Still the values are free of 4 to 10 for own adaptations. Result (int) [OUT] As a result a number is delivered which brags which sign key table contains the entries in request. Becomes 0 zurückgeliefert, no table could be determined. Declaration #include "database.h"
int DLLENTRY DBsignaturFindDrawingkeyEntry ( PROOT root, KEY * objectKey, int keyCnt, int dky, int tabelle ); Constants PLOTTER_SIGNATUR_TABELLE BILDSCHIRM_SIGNATUR_TABELLE ORIGINAL_BILDSCHIRM_SIGNATUR_TABELLE Related functions DBsignaturDeleteDrawingkeyEntry DBsignaturReturnDrawingkeyEntry
|