Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0x0000001b (0.07 sec)

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

    // For MessageBox()
    const (
    	MB_OK                   = 0x00000000
    	MB_OKCANCEL             = 0x00000001
    	MB_ABORTRETRYIGNORE     = 0x00000002
    	MB_YESNOCANCEL          = 0x00000003
    	MB_YESNO                = 0x00000004
    	MB_RETRYCANCEL          = 0x00000005
    	MB_CANCELTRYCONTINUE    = 0x00000006
    	MB_ICONHAND             = 0x00000010
    	MB_ICONQUESTION         = 0x00000020
    	MB_ICONEXCLAMATION      = 0x00000030
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    	DF_1_NOCOMMON DynFlag1 = 0x40000000
    )
    
    var dflag1Strings = []intName{
    	{0x00000001, "DF_1_NOW"},
    	{0x00000002, "DF_1_GLOBAL"},
    	{0x00000004, "DF_1_GROUP"},
    	{0x00000008, "DF_1_NODELETE"},
    	{0x00000010, "DF_1_LOADFLTR"},
    	{0x00000020, "DF_1_INITFIRST"},
    	{0x00000040, "DF_1_NOOPEN"},
    	{0x00000080, "DF_1_ORIGIN"},
    	{0x00000100, "DF_1_DIRECT"},
    	{0x00000200, "DF_1_TRANS"},
    	{0x00000400, "DF_1_INTERPOSE"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
Back to top