Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SecurityAnonymous (0.3 sec)

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

    	PIPE_REJECT_REMOTE_CLIENTS = 0x8
    
    	PIPE_UNLIMITED_INSTANCES = 255
    )
    
    // Constants for security attributes when opening named pipes.
    const (
    	SECURITY_ANONYMOUS      = SecurityAnonymous << 16
    	SECURITY_IDENTIFICATION = SecurityIdentification << 16
    	SECURITY_IMPERSONATION  = SecurityImpersonation << 16
    	SECURITY_DELEGATION     = SecurityDelegation << 16
    
    	SECURITY_CONTEXT_TRACKING = 0x40000
    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