PrfQueryProgramCategory: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
PrfQueryProgramCategory ( | PrfQueryProgramCategory (hini, pszExe) | ||
==Parameters== | ==Parameters== | ||
;HINI - | ;''hini'' (HINI) - input:The initialization file handle | ||
:The initialization file handle | ;''pszExe'' (PSZ) - input:Pointer to the executable file name string | ||
;PSZ - | |||
:Pointer to the executable file name string | |||
==Returns== | ==Returns== | ||
Returns the program type | ; rcProgCategory (PROGCATEGORY) - return: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.