Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ AoRelease

Media Vault

Software Library

Restoration Projects

Artifacts Sought

AoRelease

[Previous] [Contents] [Next]

AoRelease()

Decrement the hold counter for a control

Synopsis:

#include <aoi.h>

int32_t AoRelease(const AOICtrl_t *control);

Arguments:

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

Library:

libaoi.so

Description:

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,

Returns:

0 if successful.

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

AOICtrl_t, AoHold(), AoIterateHoldGet()


[Previous] [Contents] [Next]

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