awGetBrokerLong
void awGetBrokerLong(
BrokerLong *bl,
int *high,
int *low);
bl | The BrokerLong whose high and low-order words are to be obtained. |
high | The high-order word. This parameter is used for output. |
low | The low-order word. This parameter is used for output. |
Obtains the high and low-order words from the specified BrokerLong.
The parameter high will be set to the most significant 32 bits. The parameter low will be set to the least significant 32 bits.
See also: