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>WBT_AID_*</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">WBT_AID_*</h1>
15<h2>Definition</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/wbt.h&gt;</CODE><BR>
20  <BR>
21<pre>
22#define WBT_NUM_OF_AID         (WBT_AID_CHILD_LAST+1)
23#define WBT_AID_PARENT         0
24#define WBT_AID_CHILD_FIRST    1
25#define WBT_AID_CHILD_LAST     (WBT_AID_CHILD_FIRST + 15 - 1)
26#define WBT_AIDBIT_ALL         ((WBTAidBitmap)0xffff)
27#define WBT_AIDBIT_PARENT      ((WBTAidBitmap)1)
28#define WBT_AIDBIT_CHILD_ALL   ((WBTAidBitmap)0xfffe)
29#define WBT_AIDBIT_CHILD_1     ((WBTAidBitmap)(1&lt;&lt; 1))
30#define WBT_AIDBIT_CHILD_2     ((WBTAidBitmap)(1&lt;&lt; 2))
31#define WBT_AIDBIT_CHILD_3     ((WBTAidBitmap)(1&lt;&lt; 3))
32#define WBT_AIDBIT_CHILD_4     ((WBTAidBitmap)(1&lt;&lt; 4))
33#define WBT_AIDBIT_CHILD_5     ((WBTAidBitmap)(1&lt;&lt; 5))
34#define WBT_AIDBIT_CHILD_6     ((WBTAidBitmap)(1&lt;&lt; 6))
35#define WBT_AIDBIT_CHILD_7     ((WBTAidBitmap)(1&lt;&lt; 7))
36#define WBT_AIDBIT_CHILD_8     ((WBTAidBitmap)(1&lt;&lt; 8))
37#define WBT_AIDBIT_CHILD_9     ((WBTAidBitmap)(1&lt;&lt; 9))
38#define WBT_AIDBIT_CHILD_10     ((WBTAidBitmap)(1&lt;&lt; 10))
39#define WBT_AIDBIT_CHILD_11     ((WBTAidBitmap)(1&lt;&lt; 11))
40#define WBT_AIDBIT_CHILD_12     ((WBTAidBitmap)(1&lt;&lt; 12))
41#define WBT_AIDBIT_CHILD_13     ((WBTAidBitmap)(1&lt;&lt; 13))
42#define WBT_AIDBIT_CHILD_14     ((WBTAidBitmap)(1&lt;&lt; 14))
43#define WBT_AIDBIT_CHILD_15     ((WBTAidBitmap)(1&lt;&lt; 15))
44</pre>
45  </dd>
46</dl>
47
48<H2>Description</H2>
49<P>The various constant macros related to AID bitmaps. These are provided for your convenience, but it is OK not to use them. <br>
50</P>
51<h2>See Also</h2>
52<p><CODE></CODE></p>
53
54<H2>Revision History</H2>
55<P>
562004/09/21 Initial version.
57</P>
58<hr><p>CONFIDENTIAL</p></body>
59</html>
60