COMMAND
typedef struct tagCOMMAND
{
CMDTYPE uCmd;
L_UINT32 uNumParams;
pPARAMETER pParams;
L_UINT32 ulLength;
L_CHAR L_FAR
*pData;
} INETCMD, L_FAR *pINETCMD;
The COMMAND structure is used internally by LEADTOOLS functions.
Member |
Description |
uCmd |
Command id. |
uNumParams |
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. |