GetErrorRegister()

Syntax

Result = GetErrorRegister(#Register)
Description
Get the Value of the specified register.

Possible constants are:
  #PB_OnError_EAX
  #PB_OnError_EBX
  #PB_OnError_ECX
  #PB_OnError_EDX
  #PB_OnError_EBP
  #PB_OnError_ESI
  #PB_OnError_EDI
  #PB_OnError_SegCS
  #PB_OnError_FFLags
  #PB_OnError_ESP
  #PB_OnError_SegSS

Supported OS

Windows

<- GetErrorNumber() - OnError Index - GoToEIP() ->