4 * Copyright 1993 Alexandre Julliard
13 /* Dialog info structure.
14 * This structure is stored into the window extra bytes (cbWndExtra).
15 * sizeof(DIALOGINFO) must be <= DLGWINDOWEXTRA (=30).
31 /* Dialog template header */
35 BYTE nbItems WINE_PACKED
;
43 /* Dialog control header */
51 DWORD style WINE_PACKED
;
58 DLGTEMPLATEHEADER
* header
;
59 unsigned char * menuName
;