PrfQueryProgramTitles: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
==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.