public static int ScrollWindowEx(
IntPtr hWnd,
int dx,
int dy,
ref UserApi..::..RECT lprcScroll,
ref UserApi..::..RECT lprcClip,
int hrgnUpdate,
ref UserApi..::..RECT lprcUpdate,
int fuScroll
)
public static int ScrollWindowEx(
IntPtr hWnd,
int dx,
int dy,
ref UserApi..::..RECT lprcScroll,
ref UserApi..::..RECT lprcClip,
int hrgnUpdate,
ref UserApi..::..RECT lprcUpdate,
int fuScroll
)
Public Shared Function ScrollWindowEx (
hWnd As IntPtr,
dx As Integer,
dy As Integer,
ByRef lprcScroll As UserApi..::..RECT,
ByRef lprcClip As UserApi..::..RECT,
hrgnUpdate As Integer,
ByRef lprcUpdate As UserApi..::..RECT,
fuScroll As Integer
) As Integer
Public Shared Function ScrollWindowEx (
hWnd As IntPtr,
dx As Integer,
dy As Integer,
ByRef lprcScroll As UserApi..::..RECT,
ByRef lprcClip As UserApi..::..RECT,
hrgnUpdate As Integer,
ByRef lprcUpdate As UserApi..::..RECT,
fuScroll As Integer
) As Integer
public:
static int ScrollWindowEx(
IntPtr hWnd,
int dx,
int dy,
UserApi..::..RECT% lprcScroll,
UserApi..::..RECT% lprcClip,
int hrgnUpdate,
UserApi..::..RECT% lprcUpdate,
int fuScroll
)
public:
static int ScrollWindowEx(
IntPtr hWnd,
int dx,
int dy,
UserApi..::..RECT% lprcScroll,
UserApi..::..RECT% lprcClip,
int hrgnUpdate,
UserApi..::..RECT% lprcUpdate,
int fuScroll
)
static member ScrollWindowEx :
hWnd : IntPtr *
dx : int *
dy : int *
lprcScroll : UserApi..::..RECT byref *
lprcClip : UserApi..::..RECT byref *
hrgnUpdate : int *
lprcUpdate : UserApi..::..RECT byref *
fuScroll : int -> intstatic member ScrollWindowEx :
hWnd : IntPtr *
dx : int *
dy : int *
lprcScroll : UserApi..::..RECT byref *
lprcClip : UserApi..::..RECT byref *
hrgnUpdate : int *
lprcUpdate : UserApi..::..RECT byref *
fuScroll : int -> int