ATMLUtilitiesLibrary.Win32.GetWindow C# (CSharp) 메소드

GetWindow() 개인적인 메소드

private GetWindow ( IntPtr hwnd, int uCmd ) : IntPtr
hwnd System.IntPtr
uCmd int
리턴 System.IntPtr
        public static extern IntPtr GetWindow(IntPtr hwnd, int uCmd);