Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for aconsize (0.17 sec)

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

    //sys WTSFreeMemory(ptr uintptr) = wtsapi32.WTSFreeMemory
    //sys WTSGetActiveConsoleSessionId() (sessionID uint32)
    
    type ACL struct {
    	aclRevision byte
    	sbz1        byte
    	aclSize     uint16
    	aceCount    uint16
    	sbz2        uint16
    }
    
    type SECURITY_DESCRIPTOR struct {
    	revision byte
    	sbz1     byte
    	control  SECURITY_DESCRIPTOR_CONTROL
    	owner    *SID
    	group    *SID
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
Back to top