Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetPlatformInfoKeys
 
awGetPlatformInfoKeys
BrokerError awGetPlatformInfoKeys(
int *n,
char ***keys);
n
The number of platform keys in the array. This parameter is used for output.
value
An array of platform keys. This parameter is used for output.
Provides a complete list of platform keys. The caller is responsible for freeing the array of strings. The strings are all allocated in a single block, so multiple calls to free are not necessary.
The following table shows the keys that are registered by the webMethods Broker library. Other, user-defined keys may also be set using awSetPlatformInfo.
Possible BrokerError major codes
Meaning
AW_ERROR_NULL_PARAM
The parameter n is null.
Key
Value
AdapterLang
"C"
AdapterLangVersion
<current library version>
OS
The name of the operating system under which the caller is executing.
Hardware
The name of the hardware platform on which the caller is executing.
See also: