windows-nt/Source/XPSP1/NT/inetsrv/iis/img/psdksamp/admin/mtbsmon
2020-09-26 16:20:57 +08:00
..
mtbs.cpp Add source files 2020-09-26 16:20:57 +08:00
mtbsmon.dsp Add source files 2020-09-26 16:20:57 +08:00
mtbsmon.dsw Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00

purpose:
-------
This is a c++ sample application that demonstrate the use of IIS admin base object's 
IMSAdminBaseSink interface
==========================

process description:
--------------------
1. The COM libraries is initialized as multithreaded apartment. 
2. The connection point interface pointer is obtained.
3. a sink object contructed and IConnectionPoint->Advise() called to establish notification relation.
4. waiting for event notification from IIS Metabase and print out event info.
5. call IConnectionPoint->Undvise() and release related interface
=================================================================