fs

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: MIT, MIT Imports: 0 Imported by: 0

Documentation

Overview

This package contains Win32 filesystem functionality.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecurityImpersonationLevel

type SecurityImpersonationLevel int32 // C default enums underlying type is `int`, which is Go `int32`

https://learn.microsoft.com/en-us/windows/win32/api/winnt/ne-winnt-security_impersonation_level

const (
	SecurityAnonymous      SecurityImpersonationLevel = 0
	SecurityIdentification SecurityImpersonationLevel = 1
	SecurityImpersonation  SecurityImpersonationLevel = 2
	SecurityDelegation     SecurityImpersonationLevel = 3
)

Impersonation levels

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL