#include "AxAbffio32.h"
#include "abfheadr.h"
Go to the source code of this file.
◆ 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:
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:
void WINAPI ABFU_SetABFString(LPSTR psDest, LPCSTR psSrce, int nMaxLength)
Definition at line 48 of file abfutil.h.
◆ ABFU_FixFileStartDate()
| long WINAPI ABFU_FixFileStartDate |
( |
long | lDate | ) |
|
◆ ABFU_GetABFString()
| void WINAPI ABFU_GetABFString |
( |
LPSTR | psDest, |
|
|
int | nMaxDest, |
|
|
LPCSTR | psSrce, |
|
|
int | nMaxSrce ) |
◆ ABFU_GetTempFileName()
◆ ABFU_ReadFile()
◆ ABFU_SetABFString()