Aspose.Diagram.Examples.CSharp.Working_with_Print.XpsPrintHelper.CreateEvent C# (CSharp) Метод

CreateEvent() приватный Метод

private CreateEvent ( IntPtr lpEventAttributes, bool bManualReset, bool bInitialState, string lpName ) : IntPtr
lpEventAttributes System.IntPtr
bManualReset bool
bInitialState bool
lpName string
Результат System.IntPtr
        private static extern IntPtr CreateEvent(IntPtr lpEventAttributes, bool bManualReset, bool bInitialState, string lpName);