"L. Spiro Engine"
|
Implementation of the event callback system. More...
#include <LSIEvent.h>
Static Public Member Functions | |
static LSBOOL LSE_CCALL | opj_event_msg (CJpegCommonStructs::opj_common_ptr _cpInfoC, LSINT32 _i32EventType, const LSCHAR *_pcFormat,...) |
Implementation of the event callback system.
Class CEvent Description: Implementation of the event callback system.
static LSBOOL LSE_CCALL lsi::CEvent::opj_event_msg | ( | CJpegCommonStructs::opj_common_ptr | _cpInfoC, |
LSINT32 | _i32EventType, | ||
const LSCHAR * | _pcFormat, | ||
... | |||
) | [static] |
Write formatted data to a string and send the string to a user callback.
_cpInfoC | Codec context info. |
_i32EventType | Event type or callback to use to send the message. |
_pcFormat | Format-control string (plus optional arguments). |