Sample Image List (Sil.dll) 14.0
Object Management

Exported functions for SIL object lifetime management. More...

Functions

cvbbool_t IsSil (TSIL Handle)
 Heuristic handle check function for SIL objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming! More...
 
cvbbool_t IsSilData (TSILDATA Handle)
 Heuristic handle check function for SIL data objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming! More...
 
cvbbool_t IsSilDataType (TSILDATATYPE Handle)
 Heuristic handle check function for SIL data type descriptor objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming! More...
 
cvbbool_t IsSilLabel (TSILLABEL Handle)
 Heuristic handle check function for SIL label objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming! More...
 
cvbbool_t IsSilLabelType (TSILLABELTYPE Handle)
 Heuristic handle check function for SIL label type descriptor objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming! More...
 

Detailed Description

Exported functions for SIL object lifetime management.

Author
VGi
Since
1.0.0 First version. (VGi, 20.04.2009)

Function Documentation

◆ IsSil()

cvbbool_t IsSil ( TSIL  Handle)

Heuristic handle check function for SIL objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming!

Parameters
[in]HandleInput Object handle to be tested.
Returns
TRUE if Handle points to a valid TSIL object, else FALSE

◆ IsSilData()

cvbbool_t IsSilData ( TSILDATA  Handle)

Heuristic handle check function for SIL data objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming!

Parameters
[in]HandleInput Object handle to be tested.
Returns
TRUE if Handle points to a valid TSIL object, else FALSE

◆ IsSilDataType()

cvbbool_t IsSilDataType ( TSILDATATYPE  Handle)

Heuristic handle check function for SIL data type descriptor objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming!

Parameters
[in]HandleInput Object handle to be tested.
Returns
TRUE if Handle points to a valid TSIL object, else FALSE

◆ IsSilLabel()

cvbbool_t IsSilLabel ( TSILLABEL  Handle)

Heuristic handle check function for SIL label objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming!

Parameters
[in]HandleInput Object handle to be tested.
Returns
TRUE if Handle points to a valid TSIL object, else FALSE

◆ IsSilLabelType()

cvbbool_t IsSilLabelType ( TSILLABELTYPE  Handle)

Heuristic handle check function for SIL label type descriptor objects. Note that this does not necessarily work perfectly under all circumstances and can not replace thorough programming!

Parameters
[in]HandleInput Object handle to be tested.
Returns
TRUE if Handle points to a valid TSIL object, else FALSE