BitShift | To obtain result of left- or right - shifted 32-bit value, use the BitShift function. |
Endian16Swap | To swap the endian of a 16bit integer value use the Endian16Swap function. |
Endian32Swap | To swap the endian of a 32bit integer value use the Endian32Swap function. |
GenerateGUID | To create a globally unique 128 bit ID, use the GenerateGUID function. |
GetEthernetAddress | To get the MAC id from the Ethernet card of the computer, use the GetEthernetAddress function. |
GetEthernetAddressCount | To get the count of Ethernet adapters, use the GetEthernetAddressCount function. |
GetSystemEncoding | To get the current system Encoding for usage with Text encoding manager then use the GetSystemEncoding function. |
HiWord | To obtain most-significant 16 bits of 32-bit operand, use the HiWord function. |
LoWord | To obtain least-significant 16 bits of 32-bit operand, use the HiWord function |