Member |
Data Type |
Description |
---|---|---|
lpCondBuffer |
LPVOID |
Condition parameters, e.g., channel No., it can be set to "NULL". |
dwCondSize |
DWORD |
Size of buffer for storing condition parameters |
lpInBuffer |
LPVOID |
Input parameters (a structure) |
dwInSize |
DWORD |
Size of buffer for storing input parameters |
lpOutBuffer |
LPVOID |
Output parameters (a structure) |
dwOutSize |
DWORD |
Size of buffer for storing output parameters |
lpStatusBuffer |
LPVOID |
Returned status parameters in XML format, it can be set to NULL. |
dwStatusSize |
DWORD |
Size of buffer for storing status parameters |
lpXmlBuffer |
LPVOID |
Request or response message in XML format, it is valid when byDataType is 1. |
dwXmlSize |
DWORD |
Size of memory pointed by lpXmlBuffer. |
byDataType |
BYTE |
Input or output parameter type: 0-valid when the input or output parameters is a structure; 1-valid when the input or output parameters is a XML message. |
byRes |
Array [BYTE] |
Reserved, set to 0. The maximum size is 32 bytes. |