Operating systems, development tools, and professional services
for connected embedded systems

Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation

AoRemove

AoRemove()

Remove a control from the global list of interfaces

Synopsis:

#include <aoi.h>

int32_t AoRemove(const AOICtrl_t *control);

Arguments:

control
A pointer to an AOICtrl_t structure for the control you want to remove.

Library:

libaoi.so

Description:

This function removes the given control control from the global list of interfaces. The DLL is unloaded if necessary. You should be certain that all holds are released before this function is called by calling AoRelease() for every hold you place.

Returns:

0 if successful.

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

AOICtrl_t, AoRelease()