Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetPlatformInfo
 
awGetPlatformInfo
BrokerError awGetPlatformInfo(
char *key,
char **value);
key
The key of the value to be obtained.
value
The value of key. This parameter is used for output.
Provides the value of the specified platform key.
Possible BrokerError major codes
Meaning
AW_ERROR_NULL_PARAM
The key or value is NULL.
AW_ERROR_UNKNOWN_KEY
The key specified does not exist.
See also: