begin()

Initialize resource manager and activate driver bus line

Synopsis:

int  begin( int argc, 
            char *argv[]);

Description:

This function initializes the resource manager and activates the driver bus line. The begin() function should be called at the end of your initialization process, because it never returns control until the program is closed.

The arguments are:

argc
The number of elements in the argv array.
argv
An array of command-line arguments.

Returns:

Always returns 0.

Classification:

QNX

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable