Discuss this help topic in SecureBlackbox Forum
Timestamps the message.
Declaration
Parameters
- InBuffer - Pointer to the data to be stamped
- InStartIndex - Starting index of the data to be stamped in the InBuffer.
- InSize - Size of the input data in bytes
- OutBuffer - Pointer to the buffer where the stamped data should be written
- OutStartIndex - Starting index of the data in the OutBuffer.
- OutSize - Size of the OutBuffer in bytes
- InStream - Stream with data to timestamp.
- OutStream - Resulting stream.
- InCount - Number of bytes to be read from the InStream. If this parameter is 0 the data is read till the end of the stream.
Default value is 0.
Return value
0 if the timestamping process was completed successfully, and an error code otherwise.
Possible values:
Description
Use this method to timestamp the message.
Discuss this help topic in SecureBlackbox Forum