Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The IHomePlugininterface 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

  • IUnknownmethods

  • IObjectWithSitemethods

    IHomePlugin methods Description

    Initialize

    Initializes the specified plug-in by using the parameters and default information specified in an XML file.

    GetHeight

    Gets the height of the plug-in.

    GetSelectability

    Gets the selectability state of the plug-in.

    OnEvent

    Handles multiple types of events related to plug-in functionality.

Requirements

Header home.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Smartphone 2002 and later

See Also