NAME

ImportPrivacySettings  (SHDOCVW.@)

SYNOPSIS

 BOOL ImportPrivacySettings
 (
  LPCWSTR filename,
  BOOL*   pGlobalPrefs,
  BOOL*   pPerSitePrefs
 )

DESCRIPTION

Import global and/or per site privacy preferences from an xml file.

PARAMS

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.

RETURNS

Success: TRUE (the privacy preferences where updated)

Failure: FALSE (the privacy preferences are unchanged).

NOTES

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

IMPLEMENTATION

Declared in "shlobj.h". https://source.winehq.org/source/include/shlobj.h

Implemented in "dlls/shdocvw/shdocvw_main.c". https://source.winehq.org/source/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 Apr 2024.