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);