FECipherVit.FECipherVit.GetScrollPos C# (CSharp) Méthode

GetScrollPos() private méthode

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