#include <stdlib.h>#include <wchar.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | BFDEFINECPP |
| #define | BFTRUE 1 |
| #define | BFFALSE 0 |
| #define | BFINT64 long long |
| #define | BFINT32 int |
| #define | BFRESULT_OK 0 |
| #define | BFRESULT_FAIL -1 |
| #define | BFRESULT_INVALIDARG -2 |
| #define | BFRESULT_INVALIDHANDLE -3 |
| #define | BFHANDLE void * |
| #define | BFEXPORT_FUNCDEF |
| #define | BFEXPORT_FUNCDEC |
| #define | BFPOINTERINT long |
| #define BFDEFINECPP |
Bitform common C/C++ include file for all SDKs. This is the file is included by secureapi.h or extectapi.h and should NOT be directly included in your C or C++ source code
| #define BFINT64 long long |
A 64 bit signed integer
| #define BFINT32 int |
A 32 bit signed integer
| #define BFEXPORT_FUNCDEF |
Platform specific macro used when defining and declaring functions
| #define BFEXPORT_FUNCDEC |
| #define BFPOINTERINT long |