Difference between revisions of "Aaske (call target)"
Jump to navigation
Jump to search
(Created page with "{{Call|id=0x014a|return=int|name=aaske|args=int windowId, int dialogId|act=}}Displays standard dialog window with text and asks user to make a choice. Returns chosen item numb...") |
(No difference)
|
Latest revision as of 11:10, 23 July 2019
Signature:
int aaske(int windowId, int dialogId); // id: 0x014aDisplays standard dialog window with text and asks user to make a choice. Returns chosen item number (starts with zero).
dialogId - ID of the choice dialog to display; consists of dialog number in EBP's second section ORed by 0x1000000.