AIDA_boEvIdFreeBlock

The AIDA_boEvIdFreeBlock function returns an id block to the id manager.

bool AIDA_boEvIdFreeBlock(
  handle hStack,
  dword dwId
);

Parameters

hStack
Specifies the AIDA stack from which the block had been requested. This is a handle to an AIDA stack created by one of the AIDA stack manipulation functions.
dwId
An event id (the first id of a block) previously returned by AIDA_dwEvIdGetBlock.

Return Values

AIDA_boEvIdFreeBlock returns True in case of success.

In case of failure the function will return False. The application can retrieve the error code using AIDA_iGetError.

Remarks

To use this function the id manager must have been activated when the stack was created.

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_dwEvIdGetBlock, AIDA_dwEvIdGetBlock