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

AoAddDirectory

AoAddDirectory()

Add the interfaces contained in all DLLs in a directory to the global list of interfaces

Synopsis:

#include <aoi.h>

int32_t AoAddDirectory(const char *path,
                       const char *pattern);

Arguments:

path
The directory that contains the DLLs with interfaces you want to make available within your application.
pattern
A filename pattern, such as .so or decoder, that limits the type of files added as DLLs. Set to NULL to match all files.

Library:

libaoi.so

Description:

This function attempts to add all the interfaces in the DLLs that match a pattern at the given directory path to the global list of interfaces.

Returns:

0 if successful.

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

AoAdd(), AoAddStatic()