PrfQueryProgramCategory: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
PrfQueryProgramCategory (HINI hini, PCSZ pszExe) | PrfQueryProgramCategory (HINI ''hini'', PCSZ ''pszExe'') | ||
==Parameters== | ==Parameters== | ||
;HINI | ;HINI - hini | ||
:The initialization file handle | :The initialization file handle | ||
;PSZ | ;PSZ - pszExe | ||
:Pointer to the executable file name string | :Pointer to the executable file name string | ||
Revision as of 21:04, 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
- The initialization file handle
- PSZ - pszExe
- Pointer to the executable file name string
Returns
Returns the program type (PROGCATEGORY).