#include "lvkrn.h"
L_LVKRN_API L_INT L_VecSetObjectDescription(pVector, pObject, pszTarget)
pVECTORHANDLE pVector; |
pointer to the vector handle |
pVECTOROBJECT pObject; |
pointer to a VECTOROBJECT structure |
L_TCHAR * pszTarget; |
object description |
Sets the description for an object.
Parameter |
Description |
pVector |
Pointer to the vector handle. |
pObject |
Pointer to a VECTOROBJECT structure that references the vector object for which to set the description. |
pszTarget |
Character string that contains the object description. Pass NULL if there is no description. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Functions: |
|
Topics: |
|
|
For an example, please refer to L_VecGetObjectDescription.