namespace Microsoft.Win32 { //CW定义 public static partial class NativeMethods { /// /// CreateWindow x,y,nWidth,nHeight 默认值 /// public const int CW_USEDEFAULT = unchecked((int)0x80000000); } }