DBdeletePoint |
Top Previous Next |
Points from a string element remove. Besides, the trading of the first point to be removed and the number of the points must be given. The points must lie in a string. If less points exist than given, the supernumerary amount is ignored. Parametre point (T_PPOINT) [IN] This is the trading of the first point to be removed. cnt (int) [IN] it are removed cnt points from the string. If the string contains points less than cnt, the rest is ignored. Result (T_ERROR) [OUT] If the procedure was explained perfectly, is the result ERROR_OK, but one of the error messages from error.h. Declaration #include "database.h"
T_ERROR DLLENTRY DBdeletePoint ( T_PPOINT point, int cnt );
|