GetErrorRegister()

Syntaxe

Resultat = GetErrorRegister(#Register)
Description
Récupère la valeur du registre indiqué lorsqu'une erreur est survenue.

Les constantes possibles sont :
  #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

OS Supportés

Windows

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