CloseEventLog (advapi32)
Last changed: -217.6.84.2

.
Summary
Closes a read handle to the specified event log.

C# Signature:

    [DllImport("advapi32.dll", SetLastError = true, EntryPoint="CloseEventLog") /* necessary? */]
    [return: MarshalAs(UnmanagedType.U1)] /* why? */
    public static extern bool CloseEventLog(IntPtr hEventLog);

VB Signature:

Declare Function CloseEventLog Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation