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>FS_RegisterOverlayToDebugger</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">FS_RegisterOverlayToDebugger</h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/fs.h></CODE><BR> 20 <BR> 21 <CODE>static inline void FS_RegisterOverlayToDebugger(const FSOverlayInfo *p_ovi, const FSFile *p_file);</CODE><br> 22 <br> 23 </dd> 24</dl> 25<h2>Arguments</h2> 26<TABLE border="1" width="100%"> 27 <TBODY> 28 <TR> 29 <TD width="13%"><font color="#808080"><EM><STRONG>p_ovi</STRONG></EM></font></TD> 30 <TD width="87%"><font color="#808080">Ignored.</font></TD> 31 </TR> 32 <TR> 33 <TD width="13%"><font color="#808080"><EM><STRONG>p_file</STRONG></EM></font></TD> 34 <TD width="87%"><font color="#808080">Ignored.</font></TD> 35 </TR> 36 </TBODY> 37</TABLE> 38 39<h2>Return Values</h2> 40<p>None.</p> 41 42<H2>Description</H2> 43<P> 44This function was required through NITRO-SDK2.0 RC2 to register overlays to the debugger. However, since NITRO-SDK2.0 RC3, this function is no longer needed. It is here to assure backward compatibility. Calls are ignored.<br><br>This function's previous implementation is represented in the <a href="FS_StartOverlay.html"><code>FS_StartOverlay</code></a> function. <br> 45<h2>See Also</h2> 46<p><code><a href="../fs_overlay_info_type.html">FSOverlayInfo</a>, <a href="FS_GetOverlayFileID.html">FS_GetOverlayFileID</a>, <a href="FS_LoadOverlay.html">FS_LoadOverlay</a>, <a href="FS_LoadOverlayImage.html">FS_LoadOverlayImage</a>, <a href="FS_StartOverlay.html">FS_StartOverlay</a>, <a href="../file/FS_OpenFileFast.html">FS_OpenFileFast</a></code></p> 47 48<H2>Revision History</H2> 49<P> 502004/11/17 Function eliminated.<br> 2004/10/18 Initial version. 51</P> 52<hr><p>CONFIDENTIAL</p></body> 53</html> 54