Aspose.Diagram.Examples.CSharp.Working_with_Print.XpsPrintHelper.CreateEvent C# (CSharp) Method

CreateEvent() private method

private CreateEvent ( IntPtr lpEventAttributes, bool bManualReset, bool bInitialState, string lpName ) : IntPtr
lpEventAttributes System.IntPtr
bManualReset bool
bInitialState bool
lpName string
return System.IntPtr
        private static extern IntPtr CreateEvent(IntPtr lpEventAttributes, bool bManualReset, bool bInitialState, string lpName);