INETRSP

typedef struct tagRESPONSE
{
   L_UINT32 ulNumParams;
   pPARAMETER pParams;
   L_UINT uLength;
   L_CHAR *pData;
} INETRSP, *pINETRSP;

The INETRSP structure is used internally by LEADTOOLS functions.

Member

Description

ulNumParams

Number of parameters for response

pParams

Pointer to a list of parameters.

uLength

Length of additional data associated with command.

pData

Additional data associated with command.