⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 winapi.txt

📁 按键精灵
💻 TXT
📖 第 1 页 / 共 5 页
字号:
public public const int int ANYSIZE_ARRAY = 1
public const int DELETE =  H10000
public const int READ_CONTROL =  H20000
public const int WRITE_DAC =  H40000
public const int WRITE_OWNER =  H80000
public const int SYNCHRONIZE =  H100000
public const int STANDARD_RIGHTS_READ = (READ_CONTROL)
public const int STANDARD_RIGHTS_WRITE = (READ_CONTROL)
public const int STANDARD_RIGHTS_EXECUTE = (READ_CONTROL)
public const int STANDARD_RIGHTS_REQUIRED =  HF0000
public const int STANDARD_RIGHTS_ALL =  H1F0000
public const int SPECIFIC_RIGHTS_ALL =  HFFFF
public const int SID_REVISION = (1)                        
public const int SID_MAX_SUB_AUTHORITIES = (15)
public const int SID_RECOMMENDED_SUB_AUTHORITIES = (1) 
public const int SidTypeUser = 1
public const int SidTypeGroup = 2
public const int SidTypeDomain = 3
public const int SidTypeAlias = 4
public const int SidTypeWellKnownGroup = 5
public const int SidTypeDeletedAccount = 6
public const int SidTypeInvalid = 7
public const int SidTypeUnknown = 8
public const int SECURITY_NULL_RID =  H0
public const int SECURITY_WORLD_RID =  H0
public const int SECURITY_LOCAL_RID =  H0
public const int SECURITY_CREATOR_OWNER_RID =  H0
public const int SECURITY_CREATOR_GROUP_RID =  H1
public const int SECURITY_DIALUP_RID =  H1
public const int SECURITY_NETWORK_RID =  H2
public const int SECURITY_BATCH_RID =  H3
public const int SECURITY_INTERACTIVE_RID =  H4
public const int SECURITY_SERVICE_RID =  H6
public const int SECURITY_ANONYMOUS_LOGON_RID =  H7
public const int SECURITY_LOGON_IDS_RID =  H5
public const int SECURITY_LOCAL_SYSTEM_RID =  H12
public const int SECURITY_NT_NON_UNIQUE =  H15
public const int SECURITY_BUILTIN_DOMAIN_RID =  H20
public const int DOMAIN_USER_RID_ADMIN =  H1F4
public const int DOMAIN_USER_RID_GUEST =  H1F5
public const int DOMAIN_GROUP_RID_ADMINS =  H200
public const int DOMAIN_GROUP_RID_USERS =  H201
public const int DOMAIN_GROUP_RID_GUESTS =  H202
public const int DOMAIN_ALIAS_RID_ADMINS =  H220
public const int DOMAIN_ALIAS_RID_USERS =  H221
public const int DOMAIN_ALIAS_RID_GUESTS =  H222
public const int DOMAIN_ALIAS_RID_POWER_USERS =  H223
public const int DOMAIN_ALIAS_RID_ACCOUNT_OPS =  H224
public const int DOMAIN_ALIAS_RID_SYSTEM_OPS =  H225
public const int DOMAIN_ALIAS_RID_PRINT_OPS =  H226
public const int DOMAIN_ALIAS_RID_BACKUP_OPS =  H227
public const int DOMAIN_ALIAS_RID_REPLICATOR =  H228
public const int SE_GROUP_MANDATORY =  H1
public const int SE_GROUP_ENABLED_BY_DEFAULT =  H2
public const int SE_GROUP_ENABLED =  H4
public const int SE_GROUP_OWNER =  H8
public const int SE_GROUP_LOGON_ID =  HC0000000
public const int FILE_BEGIN = 0
public const int FILE_CURRENT = 1
public const int FILE_END = 2
public const int FILE_FLAG_WRITE_THROUGH =  H80000000
public const int FILE_FLAG_OVERLAPPED =  H40000000
public const int FILE_FLAG_NO_BUFFERING =  H20000000
public const int FILE_FLAG_RANDOM_ACCESS =  H10000000
public const int FILE_FLAG_SEQUENTIAL_SCAN =  H8000000
public const int FILE_FLAG_DELETE_ON_CLOSE =  H4000000
public const int FILE_FLAG_BACKUP_SEMANTICS =  H2000000
public const int FILE_FLAG_POSIX_SEMANTICS =  H1000000
public const int CREATE_NEW = 1
public const int CREATE_ALWAYS = 2
public const int OPEN_EXISTING = 3
public const int OPEN_ALWAYS = 4
public const int TRUNCATE_EXISTING = 5
public const int PIPE_ACCESS_INBOUND =  H1
public const int PIPE_ACCESS_OUTBOUND =  H2
public const int PIPE_ACCESS_DUPLEX =  H3
public const int PIPE_CLIENT_END =  H0
public const int PIPE_SERVER_END =  H1
public const int PIPE_WAIT =  H0
public const int PIPE_NOWAIT =  H1
public const int PIPE_READMODE_BYTE =  H0
public const int PIPE_READMODE_MESSAGE =  H2
public const int PIPE_TYPE_BYTE =  H0
public const int PIPE_TYPE_MESSAGE =  H4
public const int PIPE_UNLIMITED_INSTANCES = 255
public const int SECURITY_CONTEXT_TRACKING =  H40000
public const int SECURITY_EFFECTIVE_ONLY =  H80000
public const int SECURITY_SQOS_PRESENT =  H100000
public const int SECURITY_VALID_SQOS_FLAGS =  H1F0000
public const int SP_SERIALCOMM =  H1 
public const int PST_UNSPECIFIED =  H0 
public const int PST_RS232 =  H1 
public const int PST_PARALLELPORT =  H2 
public const int PST_RS422 =  H3 
public const int PST_RS423 =  H4 
public const int PST_RS449 =  H5 
public const int PST_FAX =  H21 
public const int PST_SCANNER =  H22 
public const int PST_NETWORK_BRIDGE =  H100 
public const int PST_LAT =  H101 
public const int PST_TCPIP_TELNET =  H102 
public const int PST_X25 =  H103 
public const int PCF_DTRDSR =  H1 
public const int PCF_RTSCTS =  H2 
public const int PCF_RLSD =  H4 
public const int PCF_PARITY_CHECK =  H8 
public const int PCF_XONXOFF =  H10 
public const int PCF_SETXCHAR =  H20 
public const int PCF_TOTALTIMEOUTS =  H40 
public const int PCF_INTTIMEOUTS =  H80 
public const int PCF_SPECIALCHARS =  H100 
public const int PCF_16BITMODE =  H200 
public const int SP_PARITY =  H1 
public const int SP_BAUD =  H2 
public const int SP_DATABITS =  H4 
public const int SP_STOPBITS =  H8 
public const int SP_HANDSHAKING =  H10 
public const int SP_PARITY_CHECK =  H20 
public const int SP_RLSD =  H40 
public const int BAUD_075 =  H1 
public const int BAUD_110 =  H2 
public const int BAUD_134_5 =  H4 
public const int BAUD_150 =  H8 
public const int BAUD_300 =  H10 
public const int BAUD_600 =  H20 
public const int BAUD_1200 =  H40 
public const int BAUD_1800 =  H80 
public const int BAUD_2400 =  H100 
public const int BAUD_4800 =  H200 
public const int BAUD_7200 =  H400 
public const int BAUD_9600 =  H800 
public const int BAUD_14400 =  H1000 
public const int BAUD_19200 =  H2000 
public const int BAUD_38400 =  H4000 
public const int BAUD_56K =  H8000 
public const int BAUD_128K =  H10000
public const int BAUD_115200 =  H20000
public const int BAUD_57600 =  H40000
public const int BAUD_USER =  H10000000
public const int DATABITS_5 =  H1 
public const int DATABITS_6 =  H2 
public const int DATABITS_7 =  H4 
public const int DATABITS_8 =  H8 
public const int DATABITS_16 =  H10 
public const int DATABITS_16X =  H20 
public const int STOPBITS_10 =  H1 
public const int STOPBITS_15 =  H2 
public const int STOPBITS_20 =  H4 
public const int PARITY_NONE =  H100 
public const int PARITY_ODD =  H200 
public const int PARITY_EVEN =  H400 
public const int PARITY_MARK =  H800 
public const int PARITY_SPACE =  H1000
public const int DTR_CONTROL_DISABLE =  H0
public const int DTR_CONTROL_ENABLE =  H1
public const int DTR_CONTROL_HANDSHAKE =  H2
public const int RTS_CONTROL_DISABLE =  H0
public const int RTS_CONTROL_ENABLE =  H1
public const int RTS_CONTROL_HANDSHAKE =  H2
public const int RTS_CONTROL_TOGGLE =  H3
public const int GMEM_FIXED =  H0
public const int GMEM_MOVEABLE =  H2
public const int GMEM_NOCOMPACT =  H10
public const int GMEM_NODISCARD =  H20
public const int GMEM_ZEROINIT =  H40
public const int GMEM_MODIFY =  H80
public const int GMEM_DISCARDABLE =  H100
public const int GMEM_NOT_BANKED =  H1000
public const int GMEM_SHARE =  H2000
public const int GMEM_DDESHARE =  H2000
public const int GMEM_NOTIFY =  H4000
public const int GMEM_LOWER = GMEM_NOT_BANKED
public const int GMEM_VALID_FLAGS =  H7F72
public const int GMEM_INVALID_HANDLE =  H8000
public const int GHND = (GMEM_MOVEABLE Or GMEM_ZEROINIT)
public const int GPTR = (GMEM_FIXED Or GMEM_ZEROINIT)
public const int GMEM_DISCARDED =  H4000
public const int GMEM_LOCKCOUNT =  HFF
public const int LMEM_FIXED =  H0
public const int LMEM_MOVEABLE =  H2
public const int LMEM_NOCOMPACT =  H10
public const int LMEM_NODISCARD =  H20
public const int LMEM_ZEROINIT =  H40
public const int LMEM_MODIFY =  H80
public const int LMEM_DISCARDABLE =  HF00
public const int LMEM_VALID_FLAGS =  HF72
public const int LMEM_INVALID_HANDLE =  H8000
public const int LHND = (LMEM_MOVEABLE + LMEM_ZEROINIT)
public const int LPTR = (LMEM_FIXED + LMEM_ZEROINIT)
public const int NONZEROLHND = (LMEM_MOVEABLE)
public const int NONZEROLPTR = (LMEM_FIXED)
public const int LMEM_DISCARDED =  H4000
public const int LMEM_LOCKCOUNT =  HFF
public const int DEBUG_PROCESS =  H1
public const int DEBUG_ONLY_THIS_PROCESS =  H2
public const int CREATE_SUSPENDED =  H4
public const int DETACHED_PROCESS =  H8
public const int CREATE_NEW_CONSOLE =  H10
public const int NORMAL_PRIORITY_CLASS =  H20
public const int IDLE_PRIORITY_CLASS =  H40
public const int HIGH_PRIORITY_CLASS =  H80
public const int REALTIME_PRIORITY_CLASS =  H100
public const int CREATE_NEW_PROCESS_GROUP =  H200
public const int CREATE_NO_WINDOW =  H8000000
public const int PROFILE_USER =  H10000000
public const int PROFILE_KERNEL =  H20000000
public const int PROFILE_SERVER =  H40000000
public const int MAXLONG =  H7FFFFFFF
public const int THREAD_BASE_PRIORITY_MIN = -2
public const int THREAD_BASE_PRIORITY_MAX = 2
public const int THREAD_BASE_PRIORITY_LOWRT = 15
public const int THREAD_BASE_PRIORITY_IDLE = -15
public const int THREAD_PRIORITY_LOWEST = THREAD_BASE_PRIORITY_MIN
public const int THREAD_PRIORITY_BELOW_NORMAL = (THREAD_PRIORITY_LOWEST + 1)
public const int THREAD_PRIORITY_NORMAL = 0
public const int THREAD_PRIORITY_HIGHEST = THREAD_BASE_PRIORITY_MAX
public const int THREAD_PRIORITY_ABOVE_NORMAL = (THREAD_PRIORITY_HIGHEST - 1)
public const int THREAD_PRIORITY_ERROR_RETURN = (MAXLONG)
public const int THREAD_PRIORITY_TIME_CRITICAL = THREAD_BASE_PRIORITY_LOWRT
public const int THREAD_PRIORITY_IDLE = THREAD_BASE_PRIORITY_IDLE
public const int APPLICATION_ERROR_MASK =  H20000000
public const int ERROR_SEVERITY_SUCCESS =  H0
public const int ERROR_SEVERITY_INFORMATIONAL =  H40000000
public const int ERROR_SEVERITY_WARNING =  H80000000
public const int ERROR_SEVERITY_ERROR =  HC0000000
public const int MINCHAR =  H80
public const int MAXCHAR =  H7F
public const int MINSHORT =  H8000
public const int MAXSHORT =  H7FFF
public const int MINLONG =  H80000000
public const int MAXByte =  HFF
public const int MAXWORD =  HFFFF
public const int MAXDWORD =  HFFFFFFFF 
public const int LANG_NEUTRAL =  H0
public const int LANG_BULGARIAN =  H2
public const int LANG_CHINESE =  H4
public const int LANG_CROATIAN =  H1A
public const int LANG_CZECH =  H5
public const int LANG_DANISH =  H6
public const int LANG_DUTCH =  H13
public const int LANG_ENGLISH =  H9
public const int LANG_FINNISH =  HB
public const int LANG_FRENCH =  HC
public const int LANG_GERMAN =  H7
public const int LANG_GREEK =  H8
public const int LANG_HUNGARIAN =  HE
public const int LANG_ICELANDIC =  HF
public const int LANG_ITALIAN =  H10
public const int LANG_JAPANESE =  H11
public const int LANG_KOREAN =  H12
public const int LANG_NORWEGIAN =  H14
public const int LANG_POLISH =  H15
public const int LANG_PORTUGUESE =  H16
public const int LANG_ROMANIAN =  H18
public const int LANG_RUSSIAN =  H19
public const int LANG_SLOVAK =  H1B
public const int LANG_SLOVENIAN =  H24
public const int LANG_SPANISH =  HA
public const int LANG_SWEDISH =  H1D
public const int LANG_TURKISH =  H1F
public const int SUBLANG_NEUTRAL =  H0                  
public const int SUBLANG_DEFAULT =  H1                  
public const int SUBLANG_SYS_DEFAULT =  H2            
public const int SUBLANG_CHINESE_TRADITIONAL =  H1      
public const int SUBLANG_CHINESE_SIMPLIFIED =  H2       
public const int SUBLANG_CHINESE_HONGKONG =  H3         
public const int SUBLANG_CHINESE_SINGAPORE =  H4        
public const int SUBLANG_DUTCH =  H1                    
public const int SUBLANG_DUTCH_BELGIAN =  H2            
public const int SUBLANG_ENGLISH_US =  H1               
public const int SUBLANG_ENGLISH_UK =  H2               

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -