Logtext - Documentation
Home - Download - Documentation - Forum - Bug Report - Contact - License Agreement - External Links
 
 
Example program on how to use the DLL logtext.dll - logtextexample
 
This example shows how to implement and call the library from an application.
 
 
 
 

logtext.c File Reference

#include "logtext.h"

Include dependency graph for logtext.c:

Go to the source code of this file.


Functions

int LoadAndInitializeLogText (char *chLogTextPath)

Variables

LPLOGTEXT lpLogText = NULL
LPLOGTEXTEX lpLogTextEx = NULL
LPLOGTEXTEXQ lpLogTextExQ = NULL
LPSLOGTEXT lpsLogText = NULL
LPSLOGTEXTEX lpsLogTextEx = NULL
LPSLOGTEXTEXQ lpsLogTextExQ = NULL
HMODULE hLogTextDLL = NULL

Function Documentation

int LoadAndInitializeLogText ( char *  chLogTextPath  ) 

Definition at line 27 of file logtext.c.

References hLogTextDLL, lpLogText, lpLogTextEx, lpLogTextExQ, lpsLogText, lpsLogTextEx, and lpsLogTextExQ.

Referenced by main().


Variable Documentation

HMODULE hLogTextDLL = NULL

Definition at line 25 of file logtext.c.

Referenced by LoadAndInitializeLogText().

LPLOGTEXT lpLogText = NULL

Definition at line 19 of file logtext.c.

Referenced by LoadAndInitializeLogText().

LPLOGTEXTEX lpLogTextEx = NULL

Definition at line 20 of file logtext.c.

Referenced by LoadAndInitializeLogText().

LPLOGTEXTEXQ lpLogTextExQ = NULL

Definition at line 21 of file logtext.c.

Referenced by LoadAndInitializeLogText(), and main().

LPSLOGTEXT lpsLogText = NULL

Definition at line 22 of file logtext.c.

Referenced by LoadAndInitializeLogText().

LPSLOGTEXTEX lpsLogTextEx = NULL

Definition at line 23 of file logtext.c.

Referenced by LoadAndInitializeLogText().

LPSLOGTEXTEXQ lpsLogTextExQ = NULL

Definition at line 24 of file logtext.c.

Referenced by LoadAndInitializeLogText().

 
 
 
 


Home - Download - Documentation - Forum - Bug Report - Contact - License Agreement - External Links