2 Star 0 Fork 0

程序员锡哥/winapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
types.go 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
// +build windows
package winapi
type HANDLE uintptr
type __HWND struct {
unused int
}
type HWND uintptr
type HMENU uintptr
type HINSTANCE uintptr
type HMODULE uintptr
type HGDIOBJ uintptr
type HDC uintptr
type HICON uintptr
type HCURSOR uintptr
type HBRUSH uintptr
type HBITMAP uintptr
type OVERLAPPED struct {
Internal uintptr
InternalHigh uintptr
Offset uint32
OffsetHigh uint32
HEvent HANDLE
}
type POINT struct {
X int32
Y int32
}
type ACCESS_MASK uint32
type RECT struct {
Left int32
Top int32
Right int32
Bottom int32
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/msgy/winapi.git
git@gitee.com:msgy/winapi.git
msgy
winapi
winapi
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385