Using Win32 (WinAPI) Functions in Microsoft Visual FoxProAdd Microsoft Win32 functionality to your Visual FoxPro applications! This web site presents declarations and FoxPro code samples for over 1,100 Windows API functions.Code sample updated: Reading records in Windows Event logs- September 10, 2007 With Event Viewer, users can monitor events recorded in the Application, Security, and System logs.http://www.news2news.com/vfp/?example=524 API function: DeregisterEventSource- September 10, 2007 Closes a write handle to the specified event log.http://www.news2news.com/vfp/?function=1092 API function: RegisterEventSource- September 10, 2007 Retrieves a registered handle to the specified event log.http://www.news2news.com/vfp/?function=1091 API function: ReportEvent- September 10, 2007 Writes an entry at the end of the specified event log.http://www.news2news.com/vfp/?function=1090 API function: GetEventLogInformation- September 10, 2007 Retrieves information about the specified event log.http://www.news2news.com/vfp/?function=1089 API function: ClearEventLog- September 10, 2007 Clears the specified event log, and optionally saves the current copy of the log to a backup file.http://www.news2news.com/vfp/?function=1088 |