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<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.2.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>WM_ConvGgid*</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">WM_ConvGgid* <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></H1> 15<h2>Syntax</h2> 16<dl> 17 <dd><PRE><CODE>#include <nitro/wm.h> 18 19void WM_ConvGgid32to16( u32* src , u16* dst ); 20void WM_ConvGgid16to32( u16* src , u32* dst ); 21</CODE></PRE></dd> 22</dl> 23 24<h2>Arguments</h2> 25<p> 26<table border="1" width="100%"> 27 <tbody> 28 <TR> 29 <TD width="200"><EM><STRONG><FONT face="Courier New"><CODE>src</CODE></FONT></STRONG></EM></TD> 30 <TD width="800">Designates the pointer to the conversion source variable of GGID.</TD> 31 </TR> 32 <TR> 33 <TD width="200"><EM><STRONG><FONT face="Courier New"><CODE>dst</CODE></FONT></STRONG></EM></TD> 34 <TD width="800">Designates the pointer to the buffer that stores the post-conversion data.</TD> 35 </TR> 36 </tbody> 37</table> 38</p> 39 40<h2>Return Values</h2> 41<p>None.</p> 42 43<H2>Description</H2> 44<P> 45The 32-bit Game Group ID (GGID) can be expressed as u32 type or as an array of the u16 type. This function converts the GGID from one format to another.<BR> <code>WM_ConvGgid32to16</code> converts the <code>u32</code> type GGID to a <code>u16</code> type array. <code>WM_ConvGgid16to32</code> converts the <code>u16</code> type array GGID to a <code>u32</code> type. 46</P> 47 48<h2>See Also</h2> 49<p><CODE><A href="WM_SetParentParameter.html"><code>WM_SetParentParameter</code></A>, <A href="WM_SetGameInfo.html"><code>WM_SetGameInfo</code></A>, <A href="WMParentParam.html"><code>WMParentParam</code></A></CODE></p> 50 51<H2>Revision History</H2> 52<P> 532004/08/25 Initial version. 54</P> 55<hr><p>CONFIDENTIAL</p></body> 56</html> 57