hresult.go 465 B

123456789101112
  1. // Copyright (c) 2022 Tailscale Inc & AUTHORS. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Note this file is explicitly available on non-Windows platforms, in order to
  5. // aid `go generate` tooling on those platforms. It should not take a dependency
  6. // on x/sys/windows.
  7. package wingoes
  8. // HRESULT is equivalent to the HRESULT type in the Win32 SDK for C/C++.
  9. type HRESULT int32