网站首页  词典首页

请输入您要查询的函数:

 

术语 getoldesteventlogrecord
释义 GetOldestEventLogRecord
语法:
C++
BOOL GetOldestEventLogRecord(
__in HANDLE hEventLog,
__out PDWORD OldestRecord
);
GetOldestEventLogRecord功能
检索记录的最古老的绝对记录编号在指定的事件日志。
参数
hEventLog [in]
句柄到打开事件日志。在OpenEventLog或OpenBackupEventLog函数返回此句柄。
OldestRecord [out]
一个变量,它接收的最古老的唱片绝对的纪录,在指定的事件日志编号指针。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。
备注
在事件日志记录的最古老的不一定是记录编号1。有关更多信息,请参阅事件日志记录。
实例
有关示例,请参阅查询的事件信息。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinbase.h(头文件:winuser.h)
LibraryAdvapi32.lib
DLLAdvapi32.dll
参见
事件记录功能
GetNumberOfEventLogRecords
OpenBackupEventLog
OpenEventLog
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年8月6日
==英文原文==GetOldestEventLogRecord Function
Retrieves the absolute record number of the oldest record in the specified event log.
Syntax
C++
BOOL GetOldestEventLogRecord(
__in HANDLE hEventLog,
__out PDWORD OldestRecord
);
Parameters
hEventLog [in]
A handle to the open event log. The OpenEventLog or OpenBackupEventLog function returns this handle.
OldestRecord [out]
A pointer to a variable that receives the absolute record number of the oldest record in the specified event log.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError .
Remarks
The oldest record in an event log is not necessarily record number 1. For more information, see Event Log Records .
Examples
For an example, see Querying for Event Information .
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinbase.h (include Windows.h)
LibraryAdvapi32.lib
DLLAdvapi32.dll
See Also
Event Logging Functions
GetNumberOfEventLogRecords
OpenBackupEventLog
OpenEventLog
Send comments about this topic to Microsoft
Build date: 8/6/2009
==原始网址==http://msdn.microsoft.com/en-us/library/aa363665(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:22:45