mirror of https://github.com/tongzx/nt5src
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
|
4 years ago | |
---|---|---|
.. | ||
mtbs.cpp | 4 years ago | |
mtbsmon.dsp | 4 years ago | |
mtbsmon.dsw | 4 years ago | |
readme.txt | 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
=================================================================