Undocumented functions of NTDLL

2OO1, 4 February



HARDERROR_RESPONSE_OPTION
HARDERROR_RESPONSE_OPTION

typedef enum _HARDERROR_RESPONSE_OPTION {

OptionAbortRetryIgnore, OptionOk, OptionOkCancel, OptionRetryCancel, OptionYesNo, OptionYesNoCancel, OptionShutdownSystem

} HARDERROR_RESPONSE_OPTION, *PHARDERROR_RESPONSE_OPTION;




This enumerated type is used for specify type of MessageBox with error description in a call to NtRaiseHardError.
  • OptionAbortRetryIgnore
  •     Visible buttons: ABORT, RETRY, IGNORE
  • OptionOk
  •     Visible buttons: OK
  • OptionOkCancel
  •     Visible buttons: OK, CANCEL
  • OptionRetryCancel
  •     Visible buttons: RETRY, CANCEL
  • OptionYesNo
  •     Visible buttons: YES, NO
  • OptionYesNoCancel
  •     Visible buttons: YES, NO, CANCEL
  • OptionShutdownSystem
  •     - ???


    Documented by:
    Tomasz Nowak



    Requirements:
    Library: ntdll.lib


    See also:
    HARDERROR_RESPONSE
    NtRaiseHardError