.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ImportPrivacySettings 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBImportPrivacySettings\fR (SHDOCVW.@) .SH SYNOPSIS BOOL ImportPrivacySettings ( LPCWSTR \fIfilename\fR, BOOL* \fIpGlobalPrefs\fR, BOOL* \fIpPerSitePrefs\fR ) .SH DESCRIPTION .PP Import global and/or per site privacy preferences from an xml file. .SH PARAMS \fIfilename\fR \fB[In]\fR \fBXML\fR file to use. .PP \fIpGlobalPrefs\fR \fB[IO]\fR \fBPTR\fR to a usage flag for the global privacy preferences. .PP \fIpPerSitePrefs\fR \fB[IO]\fR \fBPTR\fR to a usage flag for the per site privacy preferences. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR (the privacy preferences where updated) .PP \fBFailure:\fR \fBFALSE\fR (the privacy preferences are unchanged). .SH NOTES .PP Set the flag to \fBTRUE\fR, when the related privacy preferences in the xml file should be used (parsed and overwrite the current settings). On return, the flag is \fBTRUE\fR, when the related privacy settings where used .SH IMPLEMENTATION .PP Declared in \fB"shlobj.h"\fR. .PP Implemented in \fB"dlls/shdocvw/shdocvw_main.c"\fR. .PP Debug channel \fB"shdocvw"\fR.