Jump to content

PrfQueryDefinition: Difference between revisions

From EDM2
Created page with " ==Syntax== PrfQueryDefinition (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails, ULONG ulBufferLength); Category:Prf"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Gets information about a program or group in the installed program list. If a group name is supplied, a list of program titles is returned. If a program name is supplied, the program details are returned.


==Syntax==
==Syntax==
  PrfQueryDefinition (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails, ULONG ulBufferLength);
  PrfQueryDefinition (HINI ''hini'', HPROGRAM ''hprog'', PPROGDETAILS ''pDetails'', ULONG ''ulBufferLength'');


[[Category:Prf]]
[[Category:Prf]]

Latest revision as of 21:17, 21 November 2023

Gets information about a program or group in the installed program list. If a group name is supplied, a list of program titles is returned. If a program name is supplied, the program details are returned.

Syntax

PrfQueryDefinition (HINI hini, HPROGRAM hprog, PPROGDETAILS pDetails, ULONG ulBufferLength);