// Shim for the Host Compute Service (HCS) to manage Windows Server// containers and Hyper-V containers.packagehcsshimimport("syscall""github.com/Microsoft/hcsshim/internal/hcserror")//go:generate go run mksyscall_windows.go -output zsyscall_windows.go hcsshim.go//sys SetCurrentThreadCompartmentId(compartmentId uint32) (hr error) = iphlpapi.SetCurrentThreadCompartmentIdconst(// Specific user-visible exit codesWaitErrExecFailed=32767ERROR_GEN_FAILURE=hcserror.ERROR_GEN_FAILUREERROR_SHUTDOWN_IN_PROGRESS=syscall.Errno(1115)WSAEINVAL=syscall.Errno(10022)// Timeout on wait callsTimeoutInfinite=0xFFFFFFFF)typeHcsError=hcserror.HcsError