PrfQueryProgramCategory: Difference between revisions
Appearance
No edit summary |
|||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
; | ;''hini'' (HINI) - input | ||
:The initialization file handle | :The initialization file handle | ||
; | ;''pszExe'' (PSZ) - input | ||
:Pointer to the executable file name string | :Pointer to the executable file name string | ||
==Returns== | ==Returns== | ||
; PROGCATEGORY | ; (PROGCATEGORY) - return | ||
:Returns the program type. | :Returns the program type. | ||
[[Category:Prf]] | [[Category:Prf]] |
Revision as of 03:34, 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
- (PROGCATEGORY) - return
- Returns the program type.