PrfQueryProgramCategory: Difference between revisions
Appearance
No edit summary |
|||
Line 12: | Line 12: | ||
==Returns== | ==Returns== | ||
Returns the program type | ; PROGCATEGORY (return) | ||
:Returns the program type. | |||
[[Category:Prf]] | [[Category:Prf]] |
Revision as of 21:35, 21 November 2023
This function is used to obtain the program type of the requested program.
Syntax
PrfQueryProgramCategory (HINI hini, PCSZ pszExe)
Parameters
- HINI hini (input)
- The initialization file handle
- PSZ pszExe (input)
- Pointer to the executable file name string
Returns
- PROGCATEGORY (return)
- Returns the program type.