Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2008
Visual Studio
Visual C++
ATL
ATL Classes

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
ATL Library Reference
ISpecifyPropertyPagesImpl Class

This class implements IUnknown and provides a default implementation of the ISpecifyPropertyPages interface.

template<
   class T 
>
class ATL_NO_VTABLE ISpecifyPropertyPagesImpl :
   public ISpecifyPropertyPages
T

Your class, derived from ISpecifyPropertyPagesImpl.

The ISpecifyPropertyPages interface allows a client to obtain a list of CLSIDs for the property pages supported by an object. Class ISpecifyPropertyPagesImpl provides a default implementation of this interface and implements IUnknown by sending information to the dump device in debug builds.

NoteNote:

Do not expose the ISpecifyPropertyPages interface if your object does not support property pages.

Related Articles   ATL Tutorial, Creating an ATL Project

Header: atlcom.h

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker