OpenEventLog (advapi32)
Last changed: -42.99.164.65

.
Summary
The OpenEventLog function opens a handle to the specified event log.

C# Signature:

[DllImport("advapi32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern IntPtr OpenEventLog(string lpUNCServerName, string lpSourceName);

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation