PrfQueryProgramCategory: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
==Returns== | ==Returns== | ||
; (PROGCATEGORY) - return | ; rcProgCategory (PROGCATEGORY) - return | ||
:Returns the program type. | :Returns the program type. | ||
[[Category:Prf]] | [[Category:Prf]] |
Revision as of 04:21, 25 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
- pszExe (PSZ) - input
- Pointer to the executable file name string
Returns
- rcProgCategory (PROGCATEGORY) - return
- Returns the program type.