INETCMD
typedef struct tagCOMMAND
{
CMDTYPE uCmd;
L_UINT32 ulNumParams;
pPARAMETER pParams;
L_UINT32 ulLength;
L_CHAR *pData;
} INETCMD, *pINETCMD;
The INETCMD structure is used internally by LEADTOOLS functions.
Member |
Description |
uCmd |
Command id. |
ulNumParams |
Number of parameters for command |
pParams |
Pointer to a list of parameters. |
ulLength |
Length of additional data associated with command. |
pData |
Additional data associated with command. |