RESPONSE
typedef struct tagRESPONSE
{
L_UINT uNumParams;
pPARAMETER pParams;
L_UINT32 ulLength;
L_CHAR L_FAR
*pData;
} INETRSP, L_FAR *pINETRSP;
The RESPONSE structure is used internally by LEADTOOLS functions.
Member |
Description |
uNumParams |
Number of parameters for response |
pParams |
Pointer to a list of parameters. |
ulLength |
Length of additional data associated with command. |
pData |
Additional data associated with command. |