Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
API Reference
|
awSet
|
awSetPlatformInfo
awSetPlatformInfo
BrokerError awSetPlatformInfo(
char *
key
,
char *
value
);
key
The key to set.
value
The value to associate with
key
.
Sets the value of a single platform information key. If the key-value pair doesn't exist, it is added to the platform information.
Possible BrokerError major codes
Meaning
AW_ERROR_NULL_PARAM
The
key
or
value
parameter is
NULL
.
AW_ERROR_NO_PERMISSION
The specified
key
is read-only.
See also:
awGetPlatformInfo
awGetPlatformInfoKeys