Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for makeSelfRelativeSD (0.15 sec)

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

    //sys	makeSelfRelativeSD(absoluteSD *SECURITY_DESCRIPTOR, selfRelativeSD *SECURITY_DESCRIPTOR, selfRelativeSDSize *uint32) (err error) = advapi32.MakeSelfRelativeSD
    
    //sys	setEntriesInAcl(countExplicitEntries uint32, explicitEntries *EXPLICIT_ACCESS, oldACL *ACL, newACL **ACL) (ret error) = advapi32.SetEntriesInAclW
    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

    	procMakeAbsoluteSD                                       = modadvapi32.NewProc("MakeAbsoluteSD")
    	procMakeSelfRelativeSD                                   = modadvapi32.NewProc("MakeSelfRelativeSD")
    	procNotifyServiceStatusChangeW                           = modadvapi32.NewProc("NotifyServiceStatusChangeW")
    	procOpenProcessToken                                     = modadvapi32.NewProc("OpenProcessToken")
    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