FECipherVit.FECipherVit.GetScrollPos C# (CSharp) Method

GetScrollPos() private method

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