Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
abfutil.h File Reference
#include "AxAbffio32.h"
#include "abfheadr.h"
Include dependency graph for abfutil.h:

Go to the source code of this file.

Macros

#define ABF_BLANK_FILL(d)
#define ABF_SET_STRING(d, s)
#define ABF_GET_STRING(d, s, n)

Functions

UINT WINAPI ABFU_GetTempFileName (LPCSTR szPrefix, UINT uUnique, LPSTR lpTempName)
BOOL WINAPI ABFU_ReadFile (FILEHANDLE hFile, LPVOID lpBuf, DWORD dwBytesToRead)
void WINAPI ABFU_SetABFString (LPSTR psDest, LPCSTR psSrce, int nMaxLength)
void WINAPI ABFU_GetABFString (LPSTR psDest, int nMaxDest, LPCSTR psSrce, int nMaxSrce)
long WINAPI ABFU_FixFileStartDate (long lDate)

Macro Definition Documentation

◆ ABF_BLANK_FILL

#define ABF_BLANK_FILL ( d)
Value:
(memset((void *)(d), ' ', sizeof(d)))

Definition at line 47 of file abfutil.h.

◆ ABF_GET_STRING

#define ABF_GET_STRING ( d,
s,
n )
Value:
(ABFU_GetABFString(d, n, s, sizeof(s)))
WORD TpMarker int n
Definition Son.h:353
void WINAPI ABFU_GetABFString(LPSTR psDest, int nMaxDest, LPCSTR psSrce, int nMaxSrce)

Definition at line 49 of file abfutil.h.

◆ ABF_SET_STRING

#define ABF_SET_STRING ( d,
s )
Value:
(ABFU_SetABFString(d, s, sizeof(d)))
void WINAPI ABFU_SetABFString(LPSTR psDest, LPCSTR psSrce, int nMaxLength)

Definition at line 48 of file abfutil.h.

Function Documentation

◆ ABFU_FixFileStartDate()

long WINAPI ABFU_FixFileStartDate ( long lDate)

References WINAPI.

◆ ABFU_GetABFString()

void WINAPI ABFU_GetABFString ( LPSTR psDest,
int nMaxDest,
LPCSTR psSrce,
int nMaxSrce )

References WINAPI.

◆ ABFU_GetTempFileName()

UINT WINAPI ABFU_GetTempFileName ( LPCSTR szPrefix,
UINT uUnique,
LPSTR lpTempName )

References WINAPI.

◆ ABFU_ReadFile()

BOOL WINAPI ABFU_ReadFile ( FILEHANDLE hFile,
LPVOID lpBuf,
DWORD dwBytesToRead )

References WINAPI.

◆ ABFU_SetABFString()

void WINAPI ABFU_SetABFString ( LPSTR psDest,
LPCSTR psSrce,
int nMaxLength )

References WINAPI.