要求されたページは選択されたバージョンでは利用できない。
MoveWindow
Syntax
long MoveWindow(int left, int top)
Description
Move the window to the designated position on the screen.
Parameters
left
New position of left side of window, specified as distance in pixels from left edge of display.
top
New position of top of window, specified as distance in pixels from top edge of display.
Return Value
Return 0 if the call is successful (as reported back by the operating system); otherwise, -1.