<< SL_MakeNativeWord | SL_MakeForeignWord >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_MakeNativeLong
NAME
SL_MakeNativeLong -- converts a LONG in the specified byte order to a native LONG.
SYNOPSIS
nlong = SL_MakeNativeLong(flong, byteorder);
D0 D0 D1
LONG SL_MakeNativeLong(LONG, UWORD);
FUNCTION
Turns the foreign format long into a native format long. The format of
the foreign long is specified by the byteorder argument.
INPUTS
flong - the foreign format long to convert.
byteorder - one of BYTEORDER_INTEL or BYTEORDER_MOTOROLA.
RESULTS
nlong - the native format long.
SEE ALSO
SL_MakeNativeLong, SL_MakeNativeLongBuffer, SL_MakeNativeWord, SL_MakeNativeWordBuffer, SL_MakeForeignWord, SL_MakeForeignWordBuffer, SL_MakeForeignLong, SL_MakeForeignLongBuffer.
SL_MakeNativeLong Command Section By Type url:SL_MakeNativeLong
created:2008-03-01 23:36:33 last updated:2008-03-01 23:36:33
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_MakeNativeLong | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_MakeNativeWord | SL_MakeForeignWord >> |
Top: Documentation Library | Up: SoftLogik App Library API |