Jump to content

PrfQueryProgramCategory: Difference between revisions

From EDM2
No edit summary
Line 5: Line 5:


==Parameters==
==Parameters==
;HINI ''hini'' (input)
;''hini'' (HINI) - input
:The initialization file handle
:The initialization file handle


;PSZ ''pszExe'' (input)
;''pszExe'' (PSZ) - input
:Pointer to the executable file name string
:Pointer to the executable file name string


==Returns==
==Returns==
; PROGCATEGORY (return)
; (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.