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 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>DWCGdbBinaryData</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left"> 15<a name=""></a> DWCGdbBinaryData 16</h1> 17<h2>Definition</h2> 18 19<dl> 20 <dd> 21<PRE><code> 22#include <dwc.h> 23 24typedef struct DWCGdbBinaryData { 25 u8 * data; 26 s32 size; 27} DWCGdbBinaryData;</code></PRE></dd> 28</dl> 29<H2>Description</H2> 30<p></p><TABLE border="1" width="100%"> 31 <TBODY> 32 33 <TR> 34<TD width="13%"><EM><STRONG>data</STRONG></EM></TD> 35<TD width="87%">Data content. This region is deallocated when the process exits from the callback.</TD> 36 </TR> 37 38 <TR> 39<TD width="13%"><EM><STRONG>size</STRONG></EM></TD> 40<TD width="87%">Data size.</TD> 41 </TR> 42 43 </TBODY> 44</TABLE> 45 46<H2>Revision History</H2> 47<DL> 48 49</DL> 50<hr><p>CONFIDENTIAL</p></body> 51</html> 52