awSetBrokerLong
void awSetBrokerLong(
BrokerLong *bl,
int high,
int low);
bl | The BrokerLong to be set. |
high | The value to set for the high-order word. |
low | The value to set for the low-order word. |
Sets the specified BrokerLong using the two, 32-bit representations provided.
The parameter high represents the most significant 32 bits. The parameter low represents the least significant 32 bits.
See also: