共用方式為


SHOnPluginDataChange

Send Feedback

The SHOnPluginDataChange function informs the plug-in of a data change so that the information can be refreshed.

Syntax

HRESULT SHOnPluginDataChange(
  const CLSID * pclsidPlugin,
);

Parameters

  • pclsidPlugin
    [in] Class identifier of the plug-in to be updated.

Return Values

This function returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    Indicates success.

Requirements

Pocket PC: None
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.0 and later
Header: aygshell.h
Library: aygshell.lib

See Also

Home Screen Interfaces | Home Screen Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.