AdvancedLauncher.Tools.NativeMethods.DefWindowProc C# (CSharp) 메소드

DefWindowProc() 개인적인 메소드

private DefWindowProc ( HWND hWnd, WM Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
hWnd AdvancedLauncher.Tools.Win32.User32.HWND
Msg WM
wParam System.IntPtr
lParam System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr DefWindowProc(HWND hWnd, WM Msg, IntPtr wParam, IntPtr lParam);