mme_explore_info_free()

Free an explorer data structure

Synopsis:

#include <mme/explore.h>

int mme_explore_info_free( mme_hdl_t *hdl,
                           const mme_explore_info_t *info );

Arguments:

hdl
A handle to the MME returned by mme_explore_start().
info
Pointer to the mme_explore_info_t structure to free.

Library:

mme

Description:

The function mme_explore_info_free() releases an mme_explore_info_t structure that was returned by mme_explore_playlist_find_file(), not in the context of an explorer session.

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_end(), mme_explore_hdl_t, mme_explore_info_get(), mme_explore_info_t, mme_explore_playlist_find_file(), mme_explore_position_set(), mme_explore_size_get(), mme_explore_start()