NWWordSwap

Swaps the high order byte with the low order byte

NetWare Server:3.11, 3.12, 4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Service:Data Manipulation

Syntax

  #include <nwmisc.h> 
  or 
  #include <nwcalls.h> 
   
  nuint16 N_API  NWWordSwap  ( 
     nuint16   swapWord);
  

Pascal Syntax

  #include <nwmisc.inc> 
   
  Function NWWordSwap 
    (swapWord : nuint16 
  ) : nuint16;
  

Parameters

swapWord
(IN) Specifies the word (nuint16) to swap.

Return Values

Returns the swapped word.

See Also

NWLongSwap