Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function sends a buffer of raw data to a particular system on the server side.
Syntax
BOOL KatoSendSystemData(
HKATO hKato,
DWORD dwSystemID,
LPCVOID lpcvBuffer,
DWORD dwSize
);
Parameters
- hKato
Handle to a CKato object.
- dwSystemID
Unique identifier that identifies the data. Only systems that recognize this identifier value accept and process the data.
- lpcvBuffer
Pointer to a buffer of system-dependent data.
- dwSize
Size, in bytes, of the data pointer to lpcvBuffer. This value cannot exceed KATO_MAX_DATA_SIZE.
Return Value
Nonzero if successful; otherwise, zero.
Remarks
With this function, you can use Kato for additional tasks besides text logging. Systems can be written to perform data analysis, code profiling, statistics, graphing, and so on. This function provides the ability to transfer raw data to the server where it can be interpreted by systems that understand the format of the data.
Requirements
| Header | kato.h |
| Library | kato.lib |
| Windows Embedded CE | Windows CE 3.0 and later |