|
CloseEventLog The CloseEventLog function closes a read handle to the specified event log. VB4-32,5,6 Declare Function CloseEventLog Lib "advapi32.dll" (ByVal hEventLog As Long) As Long |
VB.NET System.Diagnostics.EventLog.Close |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Win9x/ME: Not supported |
· hEventLog [in/out] Handle to the event log to be closed. This handle is returned by the OpenEventLog or OpenBackupEventLog function. |
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. |
|
|
|