| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hzHttpEvent::GetAt | (hzPair&,uint32_t,) |
Declared and defined in file: hzHttpServer.h
Function Logic:
Function body:
hzEcode hzHttpEvent::GetAt (hzPair& P)uint32_t nIndex,
{
if (nIndex < 0|| nIndex >&eq; m_Inputs.Count())
return E_RANGE ;
P = m_Inputs[nIndex] ;
return E_OK ;
}