Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6TTLVOUTCB

Defines the signature of the callback function that the TTLV dump methods will call with dump output.

The caller must implement this function and pass it into the TTLV dump routines. ALL formatted dump output is passed to this function.

Parameters
pszStringA pointer to a NULL terminated wide character string containing the formatted text to be output.
pCtxA pointer to the context that was passed into the dumper method.

Definition at line 293 of file p6kmipdecoder.h.