Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 0x0000001b (0.08 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	CR_INVALID_PRIORITY         CONFIGRET = 0x00000027
    	CR_NOT_DISABLEABLE          CONFIGRET = 0x00000028
    	CR_FREE_RESOURCES           CONFIGRET = 0x00000029
    	CR_QUERY_VETOED             CONFIGRET = 0x0000002A
    	CR_CANT_SHARE_IRQ           CONFIGRET = 0x0000002B
    	CR_NO_DEPENDENT             CONFIGRET = 0x0000002C
    	CR_SAME_RESOURCES           CONFIGRET = 0x0000002D
    	CR_NO_SUCH_REGISTRY_KEY     CONFIGRET = 0x0000002E
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    const (
    	SE_GROUP_MANDATORY          = 0x00000001
    	SE_GROUP_ENABLED_BY_DEFAULT = 0x00000002
    	SE_GROUP_ENABLED            = 0x00000004
    	SE_GROUP_OWNER              = 0x00000008
    	SE_GROUP_USE_FOR_DENY_ONLY  = 0x00000010
    	SE_GROUP_INTEGRITY          = 0x00000020
    	SE_GROUP_INTEGRITY_ENABLED  = 0x00000040
    	SE_GROUP_LOGON_ID           = 0xC0000000
    	SE_GROUP_RESOURCE           = 0x20000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    	CBR_38400  = 38400
    	CBR_57600  = 57600
    	CBR_115200 = 115200
    	CBR_128000 = 128000
    	CBR_256000 = 256000
    
    	DTR_CONTROL_DISABLE   = 0x00000000
    	DTR_CONTROL_ENABLE    = 0x00000010
    	DTR_CONTROL_HANDSHAKE = 0x00000020
    
    	RTS_CONTROL_DISABLE   = 0x00000000
    	RTS_CONTROL_ENABLE    = 0x00001000
    	RTS_CONTROL_HANDSHAKE = 0x00002000
    	RTS_CONTROL_TOGGLE    = 0x00003000
    
    	NOPARITY    = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. src/regexp/testdata/testregex.c

    #undef	REG_DISCIPLINE
    #endif
    
    #ifndef REG_DELIMITED
    #undef	_REG_subcomp
    #endif
    
    #define TEST_ARE		0x00000001
    #define TEST_BRE		0x00000002
    #define TEST_ERE		0x00000004
    #define TEST_KRE		0x00000008
    #define TEST_LRE		0x00000010
    #define TEST_SRE		0x00000020
    
    #define TEST_EXPAND		0x00000100
    #define TEST_LENIENT		0x00000200
    
    #define TEST_QUERY		0x00000400
    #define TEST_SUB		0x00000800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
Back to top