JournalPlaybackHook Parameter - fSkip
fSkip (BOOL) - input
Indicator
as to whether the next message should be played back.
TRUE
The journal playback hook skips to the next
message. The pQmsg parameter is NULL in this case. The next hook
in the chain is not called.
FALSE
The
journal playback hook returns the next available message. The same message
is returned each time, until it is skipped with a call where this parameter
is TRUE.
[Back: JournalPlaybackHook Parameter - hab]
[Next: JournalPlaybackHook Parameter - pQmsg]