0 out of 1 rated this helpful - Rate this topic

Building the Basic Snap-in Framework

This section discusses how to build a basic snap-in in C++. You must implement two MMC interfaces and two COM interfaces and write registration and unregistration code for the snap-in.

The two MMC-defined COM interfaces you must implement are:

The two standard COM interfaces you must implement are:

Be aware that this section does not discuss how to add items to a snap-in's scope pane or result pane.

For more information, see:

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.