 | SystemExSW_SHOWDEFAULT 字段 |
Sweet 开发框架
依据在STARTUPINFO结构中指定的SW_FLAG标志设定显示状态,STARTUPINFO结构是由启动应用程序的程序传递给CreateProcess函数的。
Sets the show state based on the SW_ value that is specified in the STARTUPINFO structure passed to the CreateProcess function by the program that starts the application.
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public const int SW_SHOWDEFAULT = 10
Public Const SW_SHOWDEFAULT As Integer = 10
static val mutable SW_SHOWDEFAULT: int
字段值
类型:
Int32
参见