Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the IInputPersonalizationDataSite which allows the component to register for notifications.
Syntax
HRESULT SetDataSite(
[in] IInputPersonalizationDataSite *pDataSite,
[out] DWORD *pgrfNotifyFlags
);
Parameters
pDataSite [in]
The IInputPersonalizationDataSite to use for notifications.pgrfNotifyFlags [out]
A pointer to a DWORD that will contain the notification flags returns from SetDataSite.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.