Exported functions for SIL object lifetime management.
More...
|
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...
|
|
Exported functions for SIL object lifetime management.
- Author
- VGi
- Since
- 1.0.0 First version. (VGi, 20.04.2009)
◆ 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] | Handle | Input Object handle to be tested. |
- Returns
- TRUE if Handle points to a valid TSIL object, else FALSE
◆ IsSilData()
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] | Handle | Input Object handle to be tested. |
- Returns
- TRUE if Handle points to a valid TSIL object, else FALSE
◆ IsSilDataType()
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] | Handle | Input Object handle to be tested. |
- Returns
- TRUE if Handle points to a valid TSIL object, else FALSE
◆ IsSilLabel()
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] | Handle | Input Object handle to be tested. |
- Returns
- TRUE if Handle points to a valid TSIL object, else FALSE
◆ IsSilLabelType()
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] | Handle | Input Object handle to be tested. |
- Returns
- TRUE if Handle points to a valid TSIL object, else FALSE