swu_client_get_install_update_list()

Get a handle to the list of updates available to install or being installed

Synopsis:

#include <swu/UpdateClient.h>

swu_result_t swu_client_get_install_update_list( 
                                swu_update_list_t *list )

Arguments:

list
Pointer to an UpdateList handle. This pointer is set by the library.

Library:

libswu-core

Use the -l swu-core option with qcc to link against the SWU library. This library is usually included automatically.

Description:

Get a handle to the list of updates available to install or being installed.

Returns:

One of the following swu_result_t values:

SWU_RESULT_SUCCESS
The operation succeeded.
SWU_RESULT_INVALID_ARGUMENT
An invalid argument was given.
SWU_RESULT_NOT_INITIALIZED
The library hasn't been initialized yet.
SWU_RESULT_ERROR
Another error occurred.