#include <JmsTypes.h>
Go to the source code of this file.
Data Structures | |
struct | JmsString |
Defines | |
#define | JMS_CALLED_FROM_JMS (JMS64I) 0x0000000000000001 |
#define | JMS_APPLICATION_MUST_FREE_HANDLE (JMS64I) 0x0000000000000002 |
#define | CSTRING 0 |
#define | UNISTRING 1 |
|
Indicates that a given string input or output is a NULL terminated UTF-8 encoded string |
|
This flag indicates that the JMS subsystem should not free the input handle when the callback function returns. If this flag is set then it is the responsiblity of the application to free the handle that is passed into the callback function |
|
This flag is set if a callback function is being called from the JMS C API. This flag is useful if the callback function might also be called from the application code. |
|
Indicates that given input or output is a two-byte per character java string |
Oracle Fusion Middleware
JMS C API Reference for Oracle WebLogic Server
12c (12.2.1.4.0)
Part Number E90603-01