DeregisterEventSource  WQD.RJ 

The DeregisterEventSource function closes a handle returned by the RegisterEventSource1LWW4X0 function.

BOOL DeregisterEventSource(

    HANDLE hEventLog

// handle to event log 

   );

 

 

Parameters

hEventLog

Identifies the event log whose handle was returned by RegisterEventSource.

 

Return Values

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError11C2VS7.

See Also

RegisterEventSource