PA_GetTextLogField


version 2003


PA_GetTextLogField (logtag; field; logdata; logdatalen; text)

Parameter Type Description
logtag PA_LogTag* Current log tag
field short Field number to access
logdata char * Pointer to the data
logdatalen long Size of logdata in bytes
text char * Value of the text field

Description

The routine PA_GetTextLogField fills the text buffer with the content of the specified text field of the specified record stored in the logfile. Note that this is possible only for the logdata referring to an Add or Modify log operation. Content of the record is not available for a deletion operation.

See Also

PA_GetLogField , PA_GetLogFieldKind , PA_GetPictureLogField .

Error Handling

Use PA_GetLastError to see if an error occurred