Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
mtbs.cpp Add source files 4 years ago
mtbsmon.dsp Add source files 4 years ago
mtbsmon.dsw Add source files 4 years ago
readme.txt Add source files 4 years ago

readme.txt

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
=================================================================