###User Defined Function###
_EventLog__Open

###Description###
Opens a handle to the event log

###Syntax###
#include <EventLog.au3>
_EventLog__Open ( $sServerName, $sSourceName )


###Parameters###
@@ParamTable@@
$sServerName
	The UNC name of the server on where the event log will be opened. If blank, the operation is performed on the local computer.
$sSourceName
	The name of the log
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the handle to the event log.
Failure:	0.
@@End@@


###Remarks###
To close the handle to the event log, use the <a href="_EventLog__Close.htm">_EventLog__Close()</a>.


###Related###
_EventLog__Close, _EventLog__Clear, _EventLog__Read, _EventLog__Report


###Example###
@@IncludeExample@@
