You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
win32api/shell32typedef.go

25 lines
467 B
Go

6 years ago
package win32api
type SHELLEXECUTEINFOW struct {
5 years ago
CbSize DWORD
FMask ULONG
Hwnd HWND
LpVerb uintptr
LpFile uintptr
LpParameters uintptr
LpDirectory uintptr
NShow int
HInstApp HINSTANCE
LpIDList LPVOID
LpClass uintptr
HkeyClass HKEY
DwHotKey DWORD
UnionorHMonitor HANDLE
HProcess HANDLE
6 years ago
}
type UNION struct {
5 years ago
HIcon HANDLE
HMonitor HANDLE
6 years ago
}