ProgramListExitHook - Parameters
hab
(
HAB
) - input
Anchor block handle.
pProfileHookParams
(
PRFHOOKPARMS
) - input
Profile hook parameters. These identify the call and give its parameters and return code. See
PRFHOOKPARMS
.
rc
(
BOOL
) - returns
Process indicator.
TRUE
The next hook in the chain is not called.
FALSE
The next hook in the chain is called.
[Back: ProgramListExitHook Return Value - rc]
[Next: ProgramListExitHook - Remarks]