#include "lvkrn.h"
L_LVKRN_API L_INT L_VecInitObject(pObject)
pVECTOROBJECT pObject; |
pointer to a vector object |
Initializes a new vector object.
Parameter |
Description |
pObject |
Pointer to the vector object to initialize. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
This function must be called to initialize new objects before adding them to the vector handle.
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. |