Aspose.Words.Examples.CSharp.Rendering_and_Printing.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);