SAP NetWeaver RFC SDK 7.50
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
doxyfile_nrfc_public.h File Reference

Make sure some meaningfull values are pulled in first instead of one of the many dummies. More...

Go to the source code of this file.

Macros

#define SAP_O_K   0
 successful operation More...
 
#define TRUE   1
 boolean value More...
 
#define FALSE   0
 boolean value More...
 

Typedefs

typedef charU SAP_UC
 unicode character More...
 
typedef unsigned char SAP_BOOL
 boolean type for values TRUE and FALSE More...
 
typedef unsigned char SAP_RAW
 unsigned 1 byte integer More...
 
typedef int2 SAP_SHORT
 signed 2 byte integer More...
 
typedef unsigned int2 SAP_USHORT
 unsigned 2 byte integer More...
 
typedef int4 SAP_INT
 signed 4 byte integer More...
 
typedef unsigned int4 SAP_UINT
 unsigned 4 byte integer More...
 
typedef SAP_INT SAPRETURN
 function return type (signed 4 byte integer) More...
 

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.

Macro Definition Documentation

#define FALSE   0

boolean value

Definition at line 27 of file doxyfile_nrfc_public.h.

#define SAP_O_K   0

successful operation

Definition at line 25 of file doxyfile_nrfc_public.h.

#define TRUE   1

boolean value

Definition at line 26 of file doxyfile_nrfc_public.h.

Typedef Documentation

typedef unsigned char SAP_BOOL

boolean type for values TRUE and FALSE

Definition at line 30 of file doxyfile_nrfc_public.h.

typedef int4 SAP_INT

signed 4 byte integer

Definition at line 35 of file doxyfile_nrfc_public.h.

typedef unsigned char SAP_RAW

unsigned 1 byte integer

Definition at line 32 of file doxyfile_nrfc_public.h.

typedef int2 SAP_SHORT

signed 2 byte integer

Definition at line 33 of file doxyfile_nrfc_public.h.

typedef charU SAP_UC

unicode character

Definition at line 29 of file doxyfile_nrfc_public.h.

typedef unsigned int4 SAP_UINT

unsigned 4 byte integer

Definition at line 36 of file doxyfile_nrfc_public.h.

typedef unsigned int2 SAP_USHORT

unsigned 2 byte integer

Definition at line 34 of file doxyfile_nrfc_public.h.

typedef SAP_INT SAPRETURN

function return type (signed 4 byte integer)

Definition at line 37 of file doxyfile_nrfc_public.h.