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