Sets the description for an object.
#include "ltvkrn.h"
L_LVKRN_API L_INT L_VecSetObjectDescription(pVector, pObject, pszTarget)
Pointer to the vector handle.
Pointer to a VECTOROBJECT structure that references the vector object for which to set the description.
Character string that contains the object description. Pass NULL if there is no description.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
For an example, refer to L_VecGetObjectDescription.