Is it possible to log events in the EventLog of Windows using FiveWin?
Thanks,
Byron ...
#require "hbwin"
PROCEDURE Main()
? win_ReportEvent( NIL, "Application", WIN_EVENTLOG_SUCCESS, 0, 0, "hello" )
? win_ReportEvent( NIL, "Application", WIN_EVENTLOG_SUCCESS, 0, 0, { "hello", "world" } )
RETURN
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 45 guests