eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D EXTERNAL RESOURCE API Functions Specification
Collaboration diagram for D4D EXTERNAL RESOURCE API Functions Specification:

Macros

#define D4D_FileOpen
 Macro used as short cut to used File Open function defined by D4D_DECLARE_FILE_FUNCTIONS. More...
 
#define D4D_FileClose
 Macro used as short cut to used File Close function defined by D4D_DECLARE_FILE_FUNCTIONS. More...
 
#define D4D_FileRead
 Macro used as short cut to used File Read function defined by D4D_DECLARE_FILE_FUNCTIONS. More...
 
#define D4D_FileWrite
 Macro used as short cut to used File Write function defined by D4D_DECLARE_FILE_FUNCTIONS. More...
 
#define D4D_FileSeek
 Macro used as short cut to used File Seek function defined by D4D_DECLARE_FILE_FUNCTIONS. More...
 
#define D4D_FileTell
 Macro used as short cut to used File Tell function defined by D4D_DECLARE_FILE_FUNCTIONS. More...
 
#define D4D_MemAlloc(size)
 Mem Alloc eGUI definition. If not defined by user config any special user function, it used standard system function. More...
 
#define D4D_MemFree(pMem)
 Mem Free eGUI definition. If not defined by user config any special user function, it used standard system function. More...
 
#define D4D_MemCopy(pDst, pSrc, size)
 Mem Copy eGUI definition. If not defined by user config any special user function, it used standard system function. More...
 

Detailed Description

This section specifies the exact usage for each API function.

Macro Definition Documentation

#define D4D_FileClose

Macro used as short cut to used File Close function defined by D4D_DECLARE_FILE_FUNCTIONS.

Definition at line 305 of file d4d_extsrc.h.

#define D4D_FileOpen

Macro used as short cut to used File Open function defined by D4D_DECLARE_FILE_FUNCTIONS.

Definition at line 303 of file d4d_extsrc.h.

#define D4D_FileRead

Macro used as short cut to used File Read function defined by D4D_DECLARE_FILE_FUNCTIONS.

Definition at line 307 of file d4d_extsrc.h.

#define D4D_FileSeek

Macro used as short cut to used File Seek function defined by D4D_DECLARE_FILE_FUNCTIONS.

Definition at line 311 of file d4d_extsrc.h.

#define D4D_FileTell

Macro used as short cut to used File Tell function defined by D4D_DECLARE_FILE_FUNCTIONS.

Definition at line 313 of file d4d_extsrc.h.

#define D4D_FileWrite

Macro used as short cut to used File Write function defined by D4D_DECLARE_FILE_FUNCTIONS.

Definition at line 309 of file d4d_extsrc.h.

#define D4D_MemAlloc (   size)

Mem Alloc eGUI definition. If not defined by user config any special user function, it used standard system function.

Definition at line 320 of file d4d_extsrc.h.

#define D4D_MemCopy (   pDst,
  pSrc,
  size 
)

Mem Copy eGUI definition. If not defined by user config any special user function, it used standard system function.

Definition at line 338 of file d4d_extsrc.h.

#define D4D_MemFree (   pMem)

Mem Free eGUI definition. If not defined by user config any special user function, it used standard system function.

Definition at line 329 of file d4d_extsrc.h.