| Return Type | Function name | Arguments |
|---|---|---|
| hdsVE* | hdsVE::Children | (void) |
Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp
Function Logic:
Function body:
hdsVE* hdsVE::Children (void)
{
if (!m_Children)
return 0;
if (!m_pApp)
return 0;
return m_pApp->m_arrVEs[m_Children-1];
}