//
//
//
//
//
//
//
//
//
//
软件Tags:
窗口整容师系统结构:设置透明区域,开始更新,结束更新,获取窗口部件大小,CreateEllipticRgn,CreateRoundRectRgn,CombineRgn,SetWindowRgn,CreateRectRgn,GetSystemMetrics, ======程序集1 || ||------_启动子程序 || ||------_临时子程序 || || ======_接口程序集 || ||------设置透明区域 || ||------开始更新 || ||------结束更新 || ||------获取窗口部件大小 || || ======调用的Dll || ||---[dll]------CreateEllipticRgn || ||---[dll]------CreateRoundRectRgn || ||---[dll]------CombineRgn || ||---[dll]------SetWindowRgn || ||---[dll]------CreateRectRgn || ||---[dll]------GetSystemMetrics 调用的DLL命令: .DLL命令CreateEllipticRgn,整数型 .参数nLeftRect,整数型 .参数nTopRect,整数型 .参数nRightRect,整数型 .参数nBottomRect,整数型 .DLL命令CreateRoundRectRgn,整数型 .参数nLeftRect,整数型 .参数nTopRect,整数型 .参数nRightRect,整数型 .参数nBottomRect,整数型 .参数nWidthEllipse,整数型 .参数nHeightEllipse,整数型 .DLL命令CombineRgn,整数型 .参数hrgnDest,整数型 .参数hrgnSrc1,整数型 .参数hrgnSrc2,整数型 .参数fnCombineMode,整数型 .DLL命令SetWindowRgn,整数型 .参数hWnd,整数型 .参数hRgn,整数型 .参数bRedraw,逻辑型 .DLL命令CreateRectRgn,整数型 .参数nLeftRect,整数型 .参数nTopRect,整数型 .参数nRightRect,整数型 .参数nButtomRect,整数型 .DLL命令GetSystemMetrics,整数型 .参数Index,整数型
