Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Constants, prefix the name with the module name and a period.
SWP (Constants)
.
Summary
TODO - a short description of this collection of constants
C# Constants:
const UInt32 SWP_NOSIZE =0x0001;
const UInt32 SWP_NOMOVE =0x0002;
const UInt32 SWP_NOZORDER =0x0004;
const UInt32 SWP_NOREDRAW =0x0008;
const UInt32 SWP_NOACTIVATE =0x0010;
const UInt32 SWP_FRAMECHANGED =0x0020;
const UInt32 SWP_SHOWWINDOW =0x0040;
const UInt32 SWP_HIDEWINDOW =0x0080;
const UInt32 SWP_NOCOPYBITS =0x0100;
const UInt32 SWP_NOOWNERZORDER =0x0200;
const UInt32 SWP_NOSENDCHANGING =0x0400;
const UInt32 SWP_DRAWFRAME =SWP_FRAMECHANGED;
const UInt32 SWP_NOREPOSITION =SWP_NOOWNERZORDER;
const UInt32 SWP_DEFERERASE =0x2000;
const UInt32 SWP_ASYNCWINDOWPOS =0x4000;
VB Constants:
TODO
Notes:
None.
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!