IEIsInPrivateBrowsing function

Determines whether InPrivate Browsing is enabled.

Syntax

BOOL IEIsInPrivateBrowsing(void);

Parameters

This function has no parameters.

Return value

Returns TRUE if InPrivate Browsing is enabled; otherwise FALSE.

Remarks

InPrivate Browsing helps protect data and privacy by preventing browsing history, temporary Internet files, form data, cookies, and usernames/passwords from being stored or retained locally by the browser.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Ieobj.h

DLL

Ieframe.dll

See also

IEInPrivateFilteringEnabled