Code : Tout sélectionner
typedef struct {
DWORD style;
DWORD dwExtendedStyle;
WORD cdit;
short x;
short y;
short cx;
short cy;
} DLGTEMPLATE, *LPDLGTEMPLATE;
Code : Tout sélectionner
Structure DLGTEMPLATE
style.l
dwExtendedStyle.l
cdit.w
x.w
y.w
lx.w
ly.w
EndStructure
Les 2 derniers membres sont respectivement cx et cy au lieu de lx et ly