FindWordHook Return Value - rc
rc
(
BOOL
) - returns
Success indicator.
TRUE
If the find-word hook function returns TRUE,
WinDrawText
will only draw the string up to, but not including, the specified word.
FALSE
If the find-word hook function returns FALSE,
WinDrawText
formats the string in the default manner.
[Back: FindWordHook Parameter - pichNext]
[Next: FindWordHook - Parameters]