ImportPrivacySettings (SHDOCVW.@)
BOOL ImportPrivacySettings ( LPCWSTR filename, BOOL* pGlobalPrefs, BOOL* pPerSitePrefs )
Import global and/or per site privacy preferences from an xml file.
filename | [In] | XML file to use. |
pGlobalPrefs | [IO] | PTR to a usage flag for the global privacy preferences. |
pPerSitePrefs | [IO] | PTR to a usage flag for the per site privacy preferences. |
Success: TRUE (the privacy preferences where updated)
Failure: FALSE (the privacy preferences are unchanged).
Set the flag to TRUE, when the related privacy preferences in the xml file should be used (parsed and overwrite the current settings). On return, the flag is TRUE, when the related privacy settings where used
Declared in "include/shlobj.h". gitlab.winehq.org/wine/wine/blob/master/include/shlobj.h
Implemented in "dlls/shdocvw/shdocvw_main.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shdocvw/shdocvw_main.c
Debug channel "shdocvw".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.