.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetOldestEventLogRecord 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetOldestEventLogRecord\fR (ADVAPI32.@) .SH SYNOPSIS BOOL GetOldestEventLogRecord ( HANDLE \fIhEventLog\fR, PDWORD \fIOldestRecord\fR ) .SH DESCRIPTION .PP Retrieves the absolute record number of the oldest record in an even log. .SH PARAMS \fIhEventLog\fR \fB[In]\fR Handle to an open event log. .PP \fIOldestRecord\fR \fB[Out]\fR Absolute record number of the oldest record. .PP .SH RETURNS .PP \fBSuccess:\fR nonzero. \fIOldestRecord\fR contains the record number of the oldest record in the log. .PP \fBFailure:\fR zero .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/advapi32/eventlog.c"\fR. .PP Debug channel \fB"advapi"\fR.