DBchangeInformationRecord |
Top Previous Next |
Changes the contents of an info attribute. With this routine an info attribute can be changed by a data bank, a plan, a segment, an object, an element or a point in his value. At the moment plan and data bank are implemented. Parametre info (PINFORMATION) [IN] Act of the info attribute which should be changed. value (void *) [IN] Pointer on a storage area which contains the new contents of the attribute. len (ULONG) [IN] The length of the new attribute value. Result (T_ERROR) [OUT] ERROR_OK with success, ERROR_OUT_OF_MEMORY with memory lack. Declaration #include "database.h“
T_ERROR DLLENTRY DBchangeInformationRecord ( PINFORMATION info, void * value, ULONG len ); Related procedures
|