Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HKEY_CLASSES_ROOT (0.21 sec)

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

    	Index            uint32
    	Flags            uint32
    	SecondarySigs    uint32
    	VerifiedSigIndex uint32
    	CryptoPolicy     *CertStrongSignPara
    }
    
    const (
    	// do not reorder
    	HKEY_CLASSES_ROOT = 0x80000000 + iota
    	HKEY_CURRENT_USER
    	HKEY_LOCAL_MACHINE
    	HKEY_USERS
    	HKEY_PERFORMANCE_DATA
    	HKEY_CURRENT_CONFIG
    	HKEY_DYN_DATA
    
    	KEY_QUERY_VALUE        = 1
    	KEY_SET_VALUE          = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top