Dialog-template structure.
typedef struct _DLGTEMPLATE {
USHORT cbTemplate; /* Length of template. */
USHORT type; /* Template format type. */
USHORT codepage; /* Code page. */
USHORT offadlgti; /* Offset to dialog items. */
USHORT fsTemplateStatus; /* Template status. */
USHORT iItemFocus; /* Index of item to receive focus initially. */
USHORT coffPresParams; /* Count of presentation-parameter offsets. */
DLGTITEM adlgti[1]; /* Start of dialog items. */
} DLGTEMPLATE;
typedef DLGTEMPLATE * PDLGTEMPLATE ;