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