Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetSecurityInfo (0.38 sec)

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

    }
    
    // GetSecurityInfo queries the security information for a given handle and returns the self-relative security
    // descriptor result on the Go heap.
    func GetSecurityInfo(handle Handle, objectType SE_OBJECT_TYPE, securityInformation SECURITY_INFORMATION) (sd *SECURITY_DESCRIPTOR, err error) {
    	var winHeapSD *SECURITY_DESCRIPTOR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procGetSecurityDescriptorSacl                            = modadvapi32.NewProc("GetSecurityDescriptorSacl")
    	procGetSecurityInfo                                      = modadvapi32.NewProc("GetSecurityInfo")
    	procGetSidIdentifierAuthority                            = modadvapi32.NewProc("GetSidIdentifierAuthority")
    	procGetSidSubAuthority                                   = modadvapi32.NewProc("GetSidSubAuthority")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top