AIDA_vFreeErrMsgX

The AIDA_vFreeErrMsgX function frees the memory which was previously allocated using a AIDA_hsGetPlainErrMsgX call. In an application each AIDA_hsGetPlainErrMsgX call must be followed by a corresponding AIDA_vFreeErrMsgX call, after the obtained error description string has been used/evaluated.
This function only exists in an ANSI version.

void AIDA_vFreeErrMsgX(
  char *hsErrMsgX
);

Parameters

hsErrMsgX
Pointer to a plain text error message previously obtained using a AIDA_hsGetPlainErrMsgX.

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_vSetError, AIDA_iGetError, AIDA_hsGetErrMsg, AIDA_hsGetPlainErrMsgX, AIDA_hRestoreStack, AIDA_hRestoreStackEx, AIDA_hRestoreStackRaw