Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ AoRemove

Media Vault

Software Library

Restoration Projects

Artifacts Sought

AoRemove

[Previous] [Contents] [Next]

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()


[Previous] [Contents] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026