IHomePlugin

Send Feedback

The IHomePlugin interface is used to create a new plug-in based on the information contained within XML files and to handle events related to that plug-in. You can implement this interface to handle multiple types of events related to plug-in functionality.

Methods in Vtable Order

  • IUnknown methods
  • IObjectWithSite methods
    IHomePlugin methods Description
    Initialize (SP) Initializes the specified plug-in by using the parameters and default information specified in an XML file.
    GetHeight (SP) Gets the height of the plug-in.
    GetSelectability (SP) Gets the selectability state of the plug-in.
    OnEvent (SP) Handles multiple types of events related to plug-in functionality.

Requirements

Pocket PC: None
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: home.h

See Also

Home Screen Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.