Jump to content

PrfChangeProgram: Difference between revisions

From EDM2
Created page with "This function is used to change the contents of a program entry in the program list ==Syntax== PrfChangeProgram (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails); ==Paramet..."
 
No edit summary
Line 1: Line 1:
This function is used to change the contents of a program entry in the program list
This function is used to change the contents of a program entry in the program list
==Syntax==
==Syntax==
  PrfChangeProgram (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails);
  PrfChangeProgram (HINI ''hini'', HPROGRAM ''hprog'', PPROGDETAILS ''pDetails'');


==Parameters==
==Parameters==
;HINI  
;HINI ''hini'' (input)
:The initialization file handle
:The initialization file handle


;HPROGRAM  
;HPROGRAM ''hprog'' (input)
:The handle of the program whose information is to be changed
:The handle of the program whose information is to be changed


;PPROGDETAILS  
;PPROGDETAILS ''pDetails'' (input)
:Detail information for the program change
:Detail information for the program change



Revision as of 21:14, 21 November 2023

This function is used to change the contents of a program entry in the program list

Syntax

PrfChangeProgram (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails);

Parameters

HINI hini (input)
The initialization file handle
HPROGRAM hprog (input)
The handle of the program whose information is to be changed
PPROGDETAILS pDetails (input)
Detail information for the program change

Returns

Returns pass or fail status (BOOL).