Jump to content

PrfAddProgram

From EDM2
Revision as of 23:46, 10 December 2023 by Martini (talk | contribs)

This function is used to add a program entry to a group in the program list.

Syntax

PrfAddProgram (HINI hini, PPROGDETAILS pDetails, HPROGRAM hprogGroup)

Parameters

hini (HINI) - input
The initialization file handle
pDetails (PPROGDETAILS) - input
Detail information for program to be added
hprogGroup (HPROGRAM) - input
The handle of the group to which the program will be added

Returns

rc (HPROGRAM) - return
Failure returns null; otherwise, handle (HPROGRAM) is returned.