Updated: October 28, 2024 |
Decrement the hold counter for a control
#include <aoi.h> int32_t AoRelease(const AOICtrl_t *ctrl);
This function decrements the hold counter for the given control. If the control represents a DLL, the DLL is unloaded if the control's hold counter has reached 0 and the global hold counter (which is controlled by AoHoldAll() and AoReleaseAll()) is also 0.
0 if successful, -1 if the hold counter was already 0 (which indicates an error).
QNX Neutrino