FECipherVit.FECipherVit.GetScrollPos C# (CSharp) 메소드

GetScrollPos() 개인적인 메소드

private GetScrollPos ( IntPtr hwnd, int nBar ) : int
hwnd System.IntPtr
nBar int
리턴 int
        public static extern int GetScrollPos(IntPtr hwnd, int nBar);
FECipherVit