PrfQueryProgramCategory: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
PrfQueryProgramCategory ( | PrfQueryProgramCategory (hini, pszExe) | ||
==Parameters== | ==Parameters== | ||
;''hini'' (HINI) - input | ;''hini'' (HINI) - input:The initialization file handle | ||
:The initialization file handle | ;''pszExe'' (PSZ) - input:Pointer to the executable file name string | ||
;''pszExe'' (PSZ) - input | |||
:Pointer to the executable file name string | |||
==Returns== | ==Returns== | ||
; rcProgCategory (PROGCATEGORY) - return | ; rcProgCategory (PROGCATEGORY) - return:Returns the program type. | ||
:Returns the program type. | |||
[[Category:Prf]] | [[Category:Prf]] |
Latest revision as of 04:17, 26 November 2023
This function is used to obtain the program type of the requested program.
Syntax
PrfQueryProgramCategory (hini, 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.