SAP 3D Visual Enterprise applications SDK
|
#include <DVLScene.h>
Public Attributes | |
uint16_t | m_uSizeOfDVLVEIDInfo |
The size of the structure, needs to be sizeof(sDVLVEIDInfo) | |
void * | pimpl |
A pointer to the private data, do not touch it. | |
sDVLVEID * | m_pIDs |
A pointer to the array of sDVLVEID structures that contain VEIDs. The number of elements in the array is stored in m_uIDCount. | |
uint32_t | m_uIDCount |
The number of elements in the m_pIDs array. | |
The only VEID-related structure that you initialize yourself. No need to fill all the fields, just set the correct m_uSizeOfDVLVEIDInfo value.