mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-11 19:36:48 +00:00
Add PE extended dialog templates
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
/// <summary>
|
||||
/// Dialog box extended header structure
|
||||
/// </summary>
|
||||
public DialogTemplateExtended DialogTemplateExtended;
|
||||
public DialogTemplateExtended ExtendedDialogTemplate;
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -33,6 +33,14 @@
|
||||
/// </summary>
|
||||
public DialogItemTemplate[] DialogItemTemplates;
|
||||
|
||||
/// <summary>
|
||||
/// Following the DLGTEMPLATEEX header in an extended dialog box template is one or more
|
||||
/// DLGITEMTEMPLATEEX structures that describe the controls of the dialog box. The cDlgItems
|
||||
/// member of the DLGITEMTEMPLATEEX structure specifies the number of DLGITEMTEMPLATEEX
|
||||
/// structures that follow in the template.
|
||||
/// </summary>
|
||||
public DialogItemTemplateExtended[] ExtendedDialogItemTemplates;
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user