"L. Spiro Engine"
Static Public Member Functions

lsi::CEvent Class Reference

Implementation of the event callback system. More...

#include <LSIEvent.h>

List of all members.

Static Public Member Functions

static LSBOOL LSE_CCALL opj_event_msg (CJpegCommonStructs::opj_common_ptr _cpInfoC, LSINT32 _i32EventType, const LSCHAR *_pcFormat,...)

Detailed Description

Implementation of the event callback system.

Class CEvent Description: Implementation of the event callback system.


Member Function Documentation

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.

Parameters:
_cpInfoCCodec context info.
_i32EventTypeEvent type or callback to use to send the message.
_pcFormatFormat-control string (plus optional arguments).
Returns:
Returns true if successful, returns false otherwise.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator