Skip to content

Update nf-winuser-createwindowexw.md #1053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-api-src/content/winuser/nf-winuser-createwindowexw.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ This function typically fails for one of the following reasons:

## -remarks

The <b>CreateWindowEx</b> function sends <a href="/windows/desktop/winmsg/wm-nccreate">WM_NCCREATE</a>, <a href="/windows/desktop/winmsg/wm-nccalcsize">WM_NCCALCSIZE</a>, and <a href="/windows/desktop/winmsg/wm-create">WM_CREATE</a> messages to the window being created.
The <b>CreateWindowEx</b> function sends <a href="/windows/desktop/winmsg/wm-nccreate">WM_NCCREATE</a>, <a href="/windows/desktop/winmsg/wm-nccalcsize">WM_NCCALCSIZE</a>, and <a href="/windows/desktop/winmsg/wm-create">WM_CREATE</a> messages to the window being created, in this order.

If the created window is a child window, its default position is at the bottom of the Z-order. If the created window is a top-level window, its default position is at the top of the Z-order (but beneath all topmost windows unless the created window is itself topmost).

Expand Down