Difference between revisions of "OverwriteConfirmation"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = OverwriteConfirmation | header = fxcg/file.h | index = 0x0D91 | signature = int OverwriteConfirmation(char* name, int mode) | synopsis = Shows a overwrite c...") |
|||
Line 10: | Line 10: | ||
| returns = 0x7539 if the user accepts the overwrite by pressing F1, or other values if the user cancels. | | returns = 0x7539 if the user accepts the overwrite by pressing F1, or other values if the user cancels. | ||
}} | }} | ||
+ | [[Category:Syscalls:UI elements]] |
Latest revision as of 18:07, 18 November 2014
Synopsis
Header: fxcg/file.h
Syscall index: 0x0D91
Function signature: int OverwriteConfirmation(char* name, int mode)
Shows a overwrite confirmation dialog containing a specified filename.
Parameters
- name - The file name to show.
- mode - if zero, AC/On will not work as an exit key.
Returns
0x7539 if the user accepts the overwrite by pressing F1, or other values if the user cancels.