Citiți în limba engleză

Partajați prin


IInputPersonalizationDataSite interface

The input personalization data notification source interface.

Members

The IInputPersonalizationDataSite interface inherits from the IUnknown interface. IInputPersonalizationDataSite also has these types of members:

  • Methods

Methods

The IInputPersonalizationDataSite interface has these methods.

Method Description
RequestStatusChange

Request a status change such as a rebuild from the content provider.

Reserved1

Reserved for future use.

Reserved2

Reserved for future use.

 

Remarks

This interface is not declared in a public header. Applications must define it themselves. The following Interface Definition Language (IDL) fragment describes this interface, including its IID.

[
    object,
    uuid(c731057d-ac80-11d1-8df3-00c04fb6ef4f),
    helpstring("Notification Source interface"),
    pointer_default(unique)
]
interface IInputPersonalizationDataSite: IUnknown
{
    HRESULT RequestStatusChange([in] DWORD eStatusChange,                                                                                                                                            [in] HRESULT hReason);
    
    HRESULT Reserved1([in] DWORD dwReserved1, [in] HRESULT hReserved, [in]LONG lReserved, [in]DWORD dwReserved2, [in]DWORD* pReserved);

    HRESULT Reserved2([out] IUnknown **ppReserved);     
};