Sindbad~EG File Manager

Current Path : /usr/home/beeson/Otter-Lambda/yyy/
Upload File :
Current File : /usr/home/beeson/Otter-Lambda/yyy/tl16v20.h

//
//  Header File tl16v20.h
//
//

#define TLOCK_API CALLBACK

// TSF File Read Errors
#define TLOCK_ERROR_WRONGVERSION        -5
#define TLOCK_ERROR_NOACCESSYET         -4
#define TLOCK_ERROR_FILEREAD            -3
#define TLOCK_ERROR_BADPASSWORD         -2
#define TLOCK_ERROR_FILENOTFOUND        -1
#define TLOCK_ERROR_SUCCESS                     1


#ifdef __cplusplus
extern "C"{
#endif

long TLOCK_API getUserNumMinutesUsed(LPCSTR strPassword);
int TLOCK_API getUserNumExecutions(LPCSTR strPassword);
int TLOCK_API getUserNumDaysLeft(LPCSTR strPassword);
long TLOCK_API getUserState(LPCSTR strPassword);
int TLOCK_API verifyTimeLock16(LPCSTR lpszFileName, LPCSTR strPassword, LPSTR strResult);
int TLOCK_API getUserName(LPCSTR strPassword, LPSTR strResult);
int TLOCK_API getRegNum(LPCSTR strPassword, LPSTR strResult);
long TLOCK_API showMainDialog16(HWND hwndParent, LPCSTR strKey, BOOL b3dCtrls);
long TLOCK_API showMainDialog16Ex(HWND hwndParent, LPCSTR strKey,
                                                                 HINSTANCE hInst, WORD wBMPID, LPCSTR szMsg,
                                                                 BOOL b3dCtrls);
int TLOCK_API trialEnvironmentOpen16(LPCSTR lpszFileName, LPCSTR strPassword);
int TLOCK_API trialEnvironmentClose16(LPCSTR lpszFileName, LPCSTR strPassword);
long TLOCK_API invokeTimeLock16(HWND hwndParent, LPCSTR lpszFileName, LPCSTR lpszPassword,
                                                                  HINSTANCE hInst, WORD wBMPID, LPCSTR szMsg,
                                                                  LPSTR strResult, BOOL b3dCtrls);

#ifdef __cplusplus
}
#endif

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists