doxyfile_nrfc_public.h File Reference
Detailed Description
Make sure some meaningfull values are pulled in first instead of one of the many dummies.
This is done to avoid pulling saptype.h first.
Definition in file doxyfile_nrfc_public.h.
Go to the source code of this file.
|
Defines |
| #define | SAP_O_K 0 |
| | successful operation
|
| #define | TRUE 1 |
| | boolean value
|
| #define | FALSE 0 |
| | boolean value
|
Typedefs |
| typedef charU | SAP_UC |
| | unicode character
|
| typedef unsigned char | SAP_BOOL |
| | boolean type for values TRUE and FALSE
|
| typedef unsigned char | SAP_RAW |
| | unsigned 1 byte integer
|
| typedef int2 | SAP_SHORT |
| | signed 2 byte integer
|
| typedef unsigned int2 | SAP_USHORT |
| | unsigned 2 byte integer
|
| typedef int4 | SAP_INT |
| | signed 4 byte integer
|
| typedef unsigned int4 | SAP_UINT |
| | unsigned 4 byte integer
|
| typedef SAP_INT | SAPRETURN |
| | function return type (signed 4 byte integer)
|
Define Documentation
Typedef Documentation