| Return Type | Function name | Arguments |
|---|---|---|
| hdsExec* | hdsExec::hdsExec | (hdsApp*,Exectype,) |
Declared and defined in file: hzDissemino.h
Function Logic:
Function body:
hdsExec* hdsExec::hdsExec (hdsApp* pApp)Exectype cmd,
{
m_pApp = pApp ;
m_pFailResponse = 0;
m_FstParam = 0;
m_ReposId = 0;
m_ClassId = 0;
m_Command = cmd ;
}