INF: DeferWindowPos Function Documented Incorrectly

ID Number: Q80324

3.00 3.10

WINDOWS

docerr

Summary:

In version 3.0 of the "Microsoft Windows Software Development Kit

Reference Volume 1," on page 4-81, the comments for the

DeferWindowPos function incorrectly state the following:

If the SWP_SHOWWINDOW or the SWP_HIDEWINDOW flags are set,

scrolling and moving cannot be done simultaneously.

This statement is incorrect; if either of these two flags is set,

the DeferWindowPos function will neither move nor size the windows.

Use the ShowWindow function to show or hide windows.

In Windows version 3.1, these two flags can be set in the

DeferWindowPos function to show or hide windows.

This documentation error does not exist in the Microsoft Windows Software

Development Kit documentation for version 3.1.

Additional reference words: 3.00 3.10 3.x