Decrement the hold counter for a control
#include <aoi.h> int32_t AoRelease(const AOICtrl_t *control);
libaoi.so
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,
0 if successful.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
AOICtrl_t, AoHold(), AoIterateHoldGet()