Microsoft.Win32.SafeHandles.SafeEventHandle.CreateEvent C# (CSharp) Method

CreateEvent() private method

private CreateEvent ( HandleRef lpEventAttributes, bool bManualReset, bool bInitialState, string name ) : SafeEventHandle
lpEventAttributes System.Runtime.InteropServices.HandleRef
bManualReset bool
bInitialState bool
name string
return SafeEventHandle
        internal static extern SafeEventHandle CreateEvent(HandleRef lpEventAttributes, bool bManualReset,
                                               bool bInitialState, string name);