代码拉取完成,页面将自动刷新
// +build windows
//----------------------------------------
//
// Copyright © ying32. All Rights Reserved.
//
// Licensed under Apache License 2.0
//
//----------------------------------------
package win
type TRGBQuad struct {
RgbBlue uint8
RgbGreen uint8
RgbRed uint8
RgbReserved uint8
}
type TBitmapInfoHeader struct {
BiSize uint32
BiWidth uint32
BiHeight uint32
BiPlanes uint16
BiBitCount uint16
BiCompression uint32
BiSizeImage uint32
BiXPelsPerMeter uint32
BiYPelsPerMeter uint32
BiClrUsed uint32
BiClrImportant uint32
}
type TBitmapInfo struct {
BmiHeader TBitmapInfoHeader
BmiColors [1]TRGBQuad
}
type TBlendFunction struct {
BlendOp uint8
BlendFlags uint8
SourceConstantAlpha uint8
AlphaFormat uint8
}
type TSystemInfo struct {
//0: (
//dwOemId: DWORD);
//1: (
ProcessorArchitecture uint16
Reserved uint16
PageSize uint32
MinimumApplicationAddress uintptr
MaximumApplicationAddress uintptr
ActiveProcessorMask uintptr
NumberOfProcessors uint32
ProcessorType uint32
AllocationGranularity uint32
ProcessorLevel uint16
ProcessorRevision uint16
}
type TSecurityAttributes struct {
nLength uint32
lpSecurityDescriptor uintptr
bInheritHandle bool // BOOL
}
type TSHItemID struct {
Cb uint16 // Size of the ID (including cb itself)
AbID [1]byte // The item ID (variable length)
}
type TItemIDList struct {
Mkid TSHItemID
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。