MHEG5  18.9.0
MHEG5 Documentation
Functions
mh5prgs.h File Reference

Implementation of the resident programs which are defined by the current profile. More...

#include "mh5program.h"
#include "mherrors.h"

Go to the source code of this file.

Functions

void MHEG5ProgramSetStartFunc (MHEG5Program *program)
 Test if the program NAME is included in this profile and get the start function to execute. More...
 
void MHEG5NotifyBookingResult (E_MhegErr result)
 This should be called, and only called, when DVB_MhegPvrMakeBooking() has previously returned with MHEG5_RESULT_PENDING. This is a non-blocking function. More...
 

Detailed Description

Implementation of the resident programs which are defined by the current profile.

Date
18/12/2001
Author
iwillis

Definition in file mh5prgs.h.

Function Documentation

void MHEG5NotifyBookingResult ( E_MhegErr  result)

This should be called, and only called, when DVB_MhegPvrMakeBooking() has previously returned with MHEG5_RESULT_PENDING. This is a non-blocking function.

Parameters
resultResult as described below in DVB_MhegPvrMakeBooking(), can be MHERR_OK or MHERR_ALTERNATIVE_FOUND for success, or MHERR_CONFLICT for "booking cancelled by user"
Returns
void
void MHEG5ProgramSetStartFunc ( MHEG5Program program)

Test if the program NAME is included in this profile and get the start function to execute.

Parameters
programProgram object to test
Returns
void.

Definition at line 7420 of file mh5prgs.c.