指定窗口的初始水平位置。对于overlapped 或者弹出式窗口,x参数是初始的x坐标相当窗口的左上角,在屏幕坐标系上。For a child window, x is the x-coordinate of the upper-left corner of the window relative to the upper-left corner of the parent window's client area.如果参数值被设置为CW_USEDEFAULT,系统为窗口左上角选择默认的位置并忽略y参数。CW_USEDEFAULT仅对overlapped窗口有效,如果它在弹出窗口或者自窗口上被指定,则x和y参数被设置为零。
y