npp-api v0.1.6-dev (2020-08-05T13:26:21Z)
Home
Dub
Repo
DLGTEMPLATEEX
npp_api
powereditor
wincontrols
staticdialog
staticdialog
The structure has more fields but are variable length
version(Windows && Not_betterC)
extern (
C
)
struct
DLGTEMPLATEEX {
static
import
core
.
sys
.
windows
.
windef
;
;
core
.
sys
.
windows
.
windef
.
WORD
dlgVer
;
core
.
sys
.
windows
.
windef
.
WORD
signature
;
core
.
sys
.
windows
.
windef
.
DWORD
helpID
;
core
.
sys
.
windows
.
windef
.
DWORD
exStyle
;
core
.
sys
.
windows
.
windef
.
DWORD
style
;
core
.
sys
.
windows
.
windef
.
WORD
cDlgItems
;
short
x
;
short
y
;
short
cx
;
short
cy
;
}
Members
Variables
cDlgItems
core
.
sys
.
windows
.
windef
.
WORD
cDlgItems
;
Undocumented in source.
cx
short
cx
;
Undocumented in source.
cy
short
cy
;
Undocumented in source.
dlgVer
core
.
sys
.
windows
.
windef
.
WORD
dlgVer
;
Undocumented in source.
exStyle
core
.
sys
.
windows
.
windef
.
DWORD
exStyle
;
Undocumented in source.
helpID
core
.
sys
.
windows
.
windef
.
DWORD
helpID
;
Undocumented in source.
signature
core
.
sys
.
windows
.
windef
.
WORD
signature
;
Undocumented in source.
style
core
.
sys
.
windows
.
windef
.
DWORD
style
;
Undocumented in source.
x
short
x
;
Undocumented in source.
y
short
y
;
Undocumented in source.
Meta
Source
See Implementation
npp_api
powereditor
wincontrols
staticdialog
staticdialog
classes
StaticDialog
enums
PosAlign
structs
DLGTEMPLATEEX
The structure has more fields but are variable length