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
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 API Interfaces
Home Screen API Structures
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.