1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css"> 7<title>THPUtyReverseEndianU16</title> 8</head> 9 10<body> 11 12<h1>THPUtyReverseEndianU16</h1> 13 14<h2>Syntax</h2> 15<dl><dd><pre class="construction"> 16#include <win32/thputilities.h> 17 18u16 THPUtyReverseEndianU16(u16 data); 19</pre></dd></dl> 20 21<h2>Arguments</h2> 22<TABLE class="arguments" border="1" > 23 <tr> 24<th>data</th> 25<td>Integer value for which to convert endianness.</td> 26 </tr> 27</table> 28 29<h2>Return Values</h2> 30<p> 31Value for which endianness was converted. 32</p> 33 34<h2>Description</h2> 35<p> 36Converts the endianness of <SPAN class="argument">data</SPAN>, an integer value (u16). 37</p> 38 39<h2>See Also</h2> 40<p> 41None. 42</p> 43 44<h2>Revision History</h2> 45<P> 462006/03/01 Initial version.<br> 47</P> 48 49<hr><p>CONFIDENTIAL</p></body> 50</html>