mme_explore_end()

End exploration of an item

Synopsis:

#include <mme/explore.h>

int mme_explore_end( mme_explore_hdl_t *x_hdl);

Arguments:

x_hdl
The explorer handle returned by mme_explore_start().

Library:

mme

Description:

The function mme_explore_end() ends the exploration of an item on a media store.

Events

None delivered.

Blocking and validation

This function performs no validations. It doesn't block.

Returns:

0
Success.
-1
An error occurred (errno is set).

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

mme_explore_hdl_t, mme_explore_info_free(), mme_explore_info_get(), mme_explore_info_t, mme_explore_playlist_find_file(), mme_explore_position_set(), mme_explore_size_get(), mme_explore_start()