Add pgs color type setting
[xy_vsfilter.git] / include / atl / res / dllmgr.srf
blob45f9c70492f4f63cf7030d70a1b4843d1fa73a6b
1 <!--\r
2    This is a part of the Active Template Library.\r
3    Copyright (C) Microsoft Corporation\r
4    All rights reserved.\r
5   \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
11 -->\r
13 <html>\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
19 <table border=1>\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
24 {{endwhile}}\r
26 </table>\r
28 </body>\r
29 </html>