AoRelease
![]() |
![]() |
![]() |
AoRelease()
Decrement the hold counter for a control
Synopsis:
#include <aoi.h> int32_t AoRelease(const AOICtrl_t *control);
Arguments:
- control
- A pointer to an AOICtrl_t structure for the control you want to release.
Library:
libaoi.so
Description:
This function decrements the hold counter for the given control. If the control represents a DLL, once the hold counter for a control reaches 0, that DLL is unloaded,
Returns:
0 if successful.
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
AOICtrl_t, AoHold(), AoIterateHoldGet()
![]() |
![]() |
![]() |
![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Next]](../next.gif)