Runs the C-Interface article function

Return TypeFunction nameArguments
hzEcodehdsArticleCIF::Run(hzHttpEvent*,)

Declared in file: hzDissemino.h
Defined in file : hdsSystem.cpp

Function Logic:

0:START 1:unknown 2:items 3:items items 4:Return pE->SendRawChain(HTTPMSG_OK,HMTYPE_TXT_HTML,Z,0,false)

Function body:

hzEcode hdsArticleCIF::Run (hzHttpEvent* pE)
{
   //  Runs the C-Interface article function
   //  
   //  Arguments: 1) pE The HTTP event pointer
   //  
   //  Returns: Enum TCP return code
   _hzfunc("hdsArticleCIF::Run") ;
   hzChain         Z ;     //  Outgoing chain
   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) ;
}