Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ExtraPolicyStatus (0.33 sec)

  1. api/go1.11.txt

    pkg syscall (windows-386), type AddrinfoW struct, Addr Pointer
    pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara Pointer
    pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus Pointer
    pkg syscall (windows-386), type CertContext struct, CertInfo *CertInfo
    pkg syscall (windows-386), type CertInfo struct
    pkg syscall (windows-386), type CertRevocationCrlInfo struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  2. api/except.txt

    pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
    pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
    pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
    pkg syscall (windows-386), type CertContext struct, CertInfo uintptr
    pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  3. src/syscall/types_windows.go

    	Checks     uint32
    	ServerName *uint16
    }
    
    type CertChainPolicyStatus struct {
    	Size              uint32
    	Error             uint32
    	ChainIndex        uint32
    	ElementIndex      uint32
    	ExtraPolicyStatus Pointer
    }
    
    const (
    	// do not reorder
    	HKEY_CLASSES_ROOT = 0x80000000 + iota
    	HKEY_CURRENT_USER
    	HKEY_LOCAL_MACHINE
    	HKEY_USERS
    	HKEY_PERFORMANCE_DATA
    	HKEY_CURRENT_CONFIG
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	Checks     uint32
    	ServerName *uint16
    }
    
    type CertChainPolicyStatus struct {
    	Size              uint32
    	Error             uint32
    	ChainIndex        uint32
    	ElementIndex      uint32
    	ExtraPolicyStatus Pointer
    }
    
    type CertPolicyInfo struct {
    	Identifier      *byte
    	CountQualifiers uint32
    	Qualifiers      *CertPolicyQualifierInfo
    }
    
    type CertPoliciesInfo struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CertChainPolicyStatus", Type, 0},
    		{"CertChainPolicyStatus.ChainIndex", Field, 0},
    		{"CertChainPolicyStatus.ElementIndex", Field, 0},
    		{"CertChainPolicyStatus.Error", Field, 0},
    		{"CertChainPolicyStatus.ExtraPolicyStatus", Field, 0},
    		{"CertChainPolicyStatus.Size", Field, 0},
    		{"CertCloseStore", Func, 0},
    		{"CertContext", Type, 0},
    		{"CertContext.CertInfo", Field, 0},
    		{"CertContext.EncodedCert", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (windows-386), type CertChainPolicyStatus struct, ElementIndex uint32
    pkg syscall (windows-386), type CertChainPolicyStatus struct, Error uint32
    pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
    pkg syscall (windows-386), type CertChainPolicyStatus struct, Size uint32
    pkg syscall (windows-386), type CertContext struct
    pkg syscall (windows-386), type CertContext struct, CertInfo uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top