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.
Requirements:
Library: ntdll.lib


See also:
HARDERROR_RESPONSE
NtRaiseHardError