Return Type | Function name | Arguments |
---|---|---|
hzEcode | hdsArticleCIF::Run | (hzHttpEvent*,) |
Declared in file: hzDissemino.h
Defined in file : hdsSystem.cpp
Function Logic:
Function body:
hzEcode hdsArticleCIF::Run (hzHttpEvent* pE) { _hzfunc("hdsArticleCIF::Run") ; hzChain Z ; if (!this) Fatal("No C-Interface Article") ; m_pFunc(Z, this, pE) ; pE->m_Error.Printf("AJAX case 8\n") ; return pE->SendRawChain(HTTPMSG_OK, HMTYPE_TXT_HTML, Z, 0/* ** 43200 */ , false) ; }