DK11 for Delphi | GisInternals.SwapShort2LongInt | Enums | Fields | Methods | Types
Swap short value for Little Endian / Big Endian values
// Delphi function SwapShort2LongInt( const _val : DWORD ) : DWORD;
// C++ Builder extern DELPHI_PACKAGE DWORD* SwapShort2LongInt( DWORD* const _val );
Name | Type | Description |
---|---|---|
_val | DWORD | value to be swapped |
Type | Description |
---|---|
DWORD | Swapped value. |