1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>AXGetAuxA/B/CCallback</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AXGetAuxA/B/CCallback</h1> 15 16 17<h2>C Specification</h2> 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21typedef void(*AXAuxCallback)(void *data, void *context); 22void AXGetAuxACallback (AXAuxCallback *callback, void **context); 23void AXGetAuxBCallback (AXAuxCallback *callback, void **context); 24void AXGetAuxCCallback (AXAuxCallback *callback, void **context);</CODE></pre> 25</BLOCKQUOTE> 26<h2>Arguments</h2> 27 28<table border="1" cellpadding="3" cellspacing="0.1"> 29 <tr> 30<td width="120" bgcolor="#ffffe8"><em><strong><code>callback</code></strong></em></td> 31 <td width="520">Address for getting the pointer to the callback function.<br> 32 </tr> 33 <tr> 34<td width="120" bgcolor="#ffffe8"><code><em><strong>context</strong></em></code></td> 35 <td width="520">Address for getting the context pointer. </td> 36 </tr> 37</table> 38 39<h2>Return Values</h2> 40 41<p>None.</p> 42 43<h2>Description</h2> 44 45<p>The <code>AXGetAuxA/B/CCallback</code> function gets the context and the callback function registered the last time the <code>AXRegisterAuxA/B/CCallback</code> function was called. </p> 46 47<h2>See Also</h2> 48 49<p> 50<code><a href="AXRegisterAuxACallback.html">AXRegisterAuxACallback</a>, <a href="AXRegisterAuxBCallback.html">AXRegisterAuxBCallback</a> <a href="AXRegisterAuxCCallback.html">AXRegisterAuxCCallback</a></code> 51</p> 52 53<h2>Revision History</h2> 54 55<P>2006/09/07 Initial version</P> 56 57<hr> 58<P>CONFIDENTIAL</p> 59</BODY> 60</HTML> 61