AIDA_vSetError

The AIDA_vSetError function sets last error code.

void AIDA_vSetError(
  int iError
);

Parameters

iError
Error code to be set. The error code is valid until the next call to an AIDA or a system/runtime library function.

Remarks

Error codes are saved on a per-thread basis.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Linux: Requires a kernel supporting ELF binaries.
  Header: Declared in bsk_aida.h, also requires portab.h.
  Import Library (Windows): Use BSK_AIDA.lib.

See Also

AIDA Overview, AIDA Functions, AIDA_iGetError, AIDA_hsGetErrMsg, AIDA_hsGetPlainErrMsg