Discuss this help topic in SecureBlackbox Forum
This method produces the timestamp.
Declaration
Parameters
- InBuffer - the buffer with data to be timestamped.
- InCount - number of bytes to be read from InStream.
- InSize - number of bytes to be read from InBuffer.
- InStartIndex - the starting index of the data to be timestamped in InBuffer.
- InStream - the stream with data to be timestamped.
- OutBuffer - the buffer where the timestamp will be saved.
- OutSize - the size of the output buffer in bytes.
- OutStartIndex - the starting index of the timestamp data in OutBuffer.
- OutStream - the stream where the timestamp will be saved.
Return value
0 if the timestamping was completed successfully, and an error code otherwise.
Possible values:
Description
Call this method to produce timestamp(s).
Discuss this help topic in SecureBlackbox Forum