Jump to content

PrfQueryProgramTitles: Difference between revisions

From EDM2
Created page with "Gets type and title information for a given executable file or for a named group. ==Syntax== PrfQueryProgramTitles (HINI hini, HPROGRAM hprogGroup, PPROGTITLE pTitles, ULONG..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==Syntax==
==Syntax==
  PrfQueryProgramTitles (HINI hini, HPROGRAM hprogGroup, PPROGTITLE pTitles, ULONG ulBufferLength, PULONG pulCount)
  PrfQueryProgramTitles (HINI ''hini'', HPROGRAM ''hprogGroup'', PPROGTITLE ''pTitles'', ULONG ''ulBufferLength'', PULONG ''pulCount'')
 
==Remarks==
Information about all programs in a group is returned in a single operation as an array of entries, one for each program in the group.
 
This call requires the existence of a message queue.


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

Latest revision as of 03:55, 25 November 2023

Gets type and title information for a given executable file or for a named group.

Syntax

PrfQueryProgramTitles (HINI hini, HPROGRAM hprogGroup, PPROGTITLE pTitles, ULONG ulBufferLength, PULONG pulCount)

Remarks

Information about all programs in a group is returned in a single operation as an array of entries, one for each program in the group.

This call requires the existence of a message queue.