DCL 4.0
Loading...
Searching...
No Matches
MediaInfo.cpp File Reference
#include <dcl/Config.h>
#include "MediaInfoDLL.h"
#include <dcl/_dlfcn.h>
#include <dcl/Dll.h>
#include <dcl/Numeric.h>
#include "MediaInfo.h"

Go to the source code of this file.

Macros

#define _UNICODE
#define UNICODE
#define __TRACE_THIS   0
#define __DCL_TRACE1_N(fmt, arg)
#define __DCL_TRACE2_N(fmt, arg1, arg2)
#define __DCL_TRACE3_N(fmt, arg1, arg2, arg3)
#define __DCL_TRACE4_N(fmt, arg1, arg2, arg3, arg4)

Functions

 if (r==0)

Variables

IOException *size_t r = MediaInfo_Open(__handle, _filename)

Macro Definition Documentation

◆ __DCL_TRACE1_N

#define __DCL_TRACE1_N ( fmt,
arg )

Definition at line 28 of file MediaInfo.cpp.

◆ __DCL_TRACE2_N

#define __DCL_TRACE2_N ( fmt,
arg1,
arg2 )

Definition at line 29 of file MediaInfo.cpp.

◆ __DCL_TRACE3_N

#define __DCL_TRACE3_N ( fmt,
arg1,
arg2,
arg3 )

Definition at line 30 of file MediaInfo.cpp.

◆ __DCL_TRACE4_N

#define __DCL_TRACE4_N ( fmt,
arg1,
arg2,
arg3,
arg4 )

Definition at line 31 of file MediaInfo.cpp.

◆ __TRACE_THIS

#define __TRACE_THIS   0

Definition at line 21 of file MediaInfo.cpp.

◆ _UNICODE

#define _UNICODE

Definition at line 6 of file MediaInfo.cpp.

◆ UNICODE

#define UNICODE

Definition at line 7 of file MediaInfo.cpp.

Function Documentation

◆ if()

if ( r = = 0)

Definition at line 71 of file MediaInfo.cpp.

71 {
72 throw new IOException(_filename, L"MediaInfo Open Failed");
73 }

Variable Documentation

◆ r

IOException* size_t r = MediaInfo_Open(__handle, _filename)

Definition at line 70 of file MediaInfo.cpp.