Function
The function GetLogData is used to get a data from the log database.
Declaration
BOOL GetLogData( GetLogDataRqPtr rqPtr, USHORT wait,
 LogDataPtr dataPtr )

Parameters
The parameter rqPtr defines a request for a data - there must be defined a time interval, object identifier and required log groups. The parameter wait defines a maximal request waiting time. The function may not return all the data from required interval, calling must be repeated with corrected time interval according to received data until required interval is exhausted.
Return value
TRUE - data have been obtained correctly from log database in the time limit. Required data are returned by the parameter dataPtr.
FALSE -
data have not been obtained.
Napíšte komentár