Updated: October 28, 2024 |
Remove the interfaces in a control from the global list of interfaces
#include <aoi.h> int32_t AoRemove(const AOICtrl_t *ctrl);
This function removes the interfaces in the given control from the global list of interfaces. The DLL is unloaded if necessary, and the control is cleaned up. Before calling this function, you should be certain that all holds for the control are released by calling AoRelease() for every hold you placed.
0 if successful, a positive value indicating the number of holds still in place (which indicates failure), or -1 if an unknown error occurred.
QNX Neutrino