Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Getting Started | Using webMethods Broker C API | webMethods Broker Client Include Files
 
webMethods Broker Client Include Files
These include files may be used in either C or C++ programs. For simplicity, you may include the aweb.h file in your code, which will include all of the other include files.
File name
Description
awclient.h
Defines client functions.
awcommon.h
Contains general platform definitions.
awdate.h
Defines BrokerDate functions.
awdesc.h
Defines BrokerConnectionDescriptor functions.
aweb.h
Includes all of the following include files for you.
awerror.h
Defines error accessor functions.
awerror_msg.h
Defines error codes.
awetdef.h
Defines event type definition functions.
awevent.h
Defines event access and manipulation functions.
awfilter.h
Defines event filtering functions.
awintl.h
Defines string manipulation routines to support internationalization.
awlong.h
Defines BrokerLong functions.
awqlock.h
Defines client queue locking functions.
awstring.h
Defines BrokerString functions.
awtypes.h
Defines basic types and values.
awtxclient.h
Defines transactional Broker client functions.
*On UNIX platforms, these include files that can be found in webMethods Broker_directory /include.
*On Windows platforms, these include files can be that found in webMethods Broker_directory \include.
Note:
Use awFree() to release memory allocated by the webMethods Broker C API.