2 This is a part of the Active Template Library.
\r
3 Copyright (C) Microsoft Corporation
\r
6 This source code is only intended as a supplement to the
\r
7 Active Template Library Reference and related
\r
8 electronic documentation provided with the library.
\r
9 See these sources for detailed information regarding the
\r
10 Active Template Library product.
\r
14 <body bgcolor={{GetBodyColor}}>
\r
15 <H1 align=left> ATL Server DLL Cache Manager </H1>
\r
17 Current DLL Cache Entries: {{GetNumEntries}}<p>
\r
20 <tr bgcolor={{GetTRColor}}><th>DLL Path</th><th>Ref Count</th></tr>
\r
22 {{while EnumEntries}}
\r
23 <tr bgcolor={{GetTRColor}}><td align=center>{{GetDllName}}</td><td align=center>{{GetDllReferences}}</tr>
\r