Skip to content

Latest commit

 

History

History
342 lines (174 loc) · 10.2 KB

ns-shdeprecated-basebrowserdatalh.md

File metadata and controls

342 lines (174 loc) · 10.2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:shdeprecated.BASEBROWSERDATALH
BASEBROWSERDATALH (shdeprecated.h)
The BASEBROWSERDATALH structure contains protected members of the base class. (BASEBROWSERDATALH structure)
*LPBASEBROWSERDATA
*LPBASEBROWSERDATALH
BASEBROWSERDATA
BASEBROWSERDATA structure [Windows Shell]
BASEBROWSERDATALH
FALSE
LPCBASEBROWSERDATA
LPCBASEBROWSERDATA structure pointer [Windows Shell]
SECURELOCK_FIRSTSUGGEST
SECURELOCK_NOCHANGE
SECURELOCK_SET_FORTEZZA
SECURELOCK_SET_MIXED
SECURELOCK_SET_SECURE128BIT
SECURELOCK_SET_SECURE40BIT
SECURELOCK_SET_SECURE56BIT
SECURELOCK_SET_SECUREUNKNOWNBIT
SECURELOCK_SET_UNSECURE
SECURELOCK_SUGGEST_FORTEZZA
SECURELOCK_SUGGEST_MIXED
SECURELOCK_SUGGEST_SECURE128BIT
SECURELOCK_SUGGEST_SECURE40BIT
SECURELOCK_SUGGEST_SECURE56BIT
SECURELOCK_SUGGEST_SECUREUNKNOWNBIT
SECURELOCK_SUGGEST_UNSECURE
TRUE
shdeprecated/BASEBROWSERDATA
shdeprecated/LPCBASEBROWSERDATA
shell.BASEBROWSERDATA
zone_BASEBROWSERDATA
shell\BASEBROWSERDATA.htm
shell
d56e42e8-a556-4470-82d9-466edd84214f
08/02/2022
*LPBASEBROWSERDATA, *LPBASEBROWSERDATALH, BASEBROWSERDATA, BASEBROWSERDATA structure [Windows Shell], BASEBROWSERDATALH, FALSE, LPCBASEBROWSERDATA, LPCBASEBROWSERDATA structure pointer [Windows Shell], SECURELOCK_FIRSTSUGGEST, SECURELOCK_NOCHANGE, SECURELOCK_SET_FORTEZZA, SECURELOCK_SET_MIXED, SECURELOCK_SET_SECURE128BIT, SECURELOCK_SET_SECURE40BIT, SECURELOCK_SET_SECURE56BIT, SECURELOCK_SET_SECUREUNKNOWNBIT, SECURELOCK_SET_UNSECURE, SECURELOCK_SUGGEST_FORTEZZA, SECURELOCK_SUGGEST_MIXED, SECURELOCK_SUGGEST_SECURE128BIT, SECURELOCK_SUGGEST_SECURE40BIT, SECURELOCK_SUGGEST_SECURE56BIT, SECURELOCK_SUGGEST_SECUREUNKNOWNBIT, SECURELOCK_SUGGEST_UNSECURE, TRUE, shdeprecated/BASEBROWSERDATA, shdeprecated/LPCBASEBROWSERDATA, shell.BASEBROWSERDATA, zone_BASEBROWSERDATA
shdeprecated.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Shdeprecated.idl
Windows
BASEBROWSERDATALH, *LPBASEBROWSERDATALH
Internet Explorer 5.0
19H1
BASEBROWSERDATALH
shdeprecated/BASEBROWSERDATALH
LPBASEBROWSERDATALH
shdeprecated/LPBASEBROWSERDATALH
c++
APIRef
kbSyntax
HeaderDef
Shdeprecated.h
BASEBROWSERDATA

BASEBROWSERDATALH structure

-description

Contains protected members of the base class. BASEBROWSERDATA defines the browser state and is used with IBrowserService2::GetBaseBrowserData and IBrowserService2::PutBaseBrowserData.

-struct-fields

-field _hwnd

Type: HWND

The handle of the browser's top-level window.

-field _ptl

Type: ITravelLog*

A pointer to the browser's ITravelLog.

-field _phlf

Type: IHlinkFrame*

A pointer to the browser's IHlinkFrame.

Note  This member is only valid on first navigation from an hlink element-compatible application such as Word.
 

-field _pautoWB2

Type: IWebBrowser2*

A pointer to the browser's IWebBrowser2 object.

-field _pautoEDS

Type: IExpDispSupport*

A pointer to the browser's IExpDispSupport object.

-field _pautoSS

Type: IShellService*

A pointer to the browser's IShellService object.

-field _eSecureLockIcon

Type: int

One of the following values to indicate the security lock icon.

SECURELOCK_NOCHANGE (-1)

No change in security encryption status.

SECURELOCK_SET_UNSECURE (0)

Default. 0x0000. No security encryption present.

SECURELOCK_SET_MIXED

There are multiple security encryption methods present.

SECURELOCK_SET_SECUREUNKNOWNBIT

The security encryption level is not known.

SECURELOCK_SET_SECURE40BIT

There is 40-bit security encryption present.

SECURELOCK_SET_SECURE56BIT

There is 56-bit security encryption present.

SECURELOCK_SET_FORTEZZA

There is Fortezza security encryption present.

SECURELOCK_SET_SECURE128BIT

There is 128-bit security encryption present.

SECURELOCK_FIRSTSUGGEST

A security encryption setting should be suggested.

SECURELOCK_SUGGEST_UNSECURE (SECURELOCK_FIRSTSUGGEST)

No security encryption has been suggested.

SECURELOCK_SUGGEST_MIXED

Mixed security encryption methods have been suggested.

SECURELOCK_SUGGEST_SECUREUNKNOWNBIT

Unknown security encryption method has been suggested.

SECURELOCK_SUGGEST_SECURE40BIT

40-bit security encryption has been suggested.

SECURELOCK_SUGGEST_SECURE56BIT

56-bit security encryption has been suggested.

SECURELOCK_SUGGEST_FORTEZZA

Fortezza security encryption has been suggested.

SECURELOCK_SUGGEST_SECURE128BIT

128-bit security encryption has been suggested.

-field _fCreatingViewWindow

Type: UINT

A view window is being created by the browser.

-field _uActivateState

Type: UINT

The browser view is in an activated state.

-field _pidlViewState

-field _pctView

Type: IOleCommandTarget*

A cached pointer to the IOleCommandTarget object associated with the IShellFolder object pointed to by _psv.

-field _pidlCur

Type: PCIDLIST_ABSOLUTE

A PIDL of the current navigated location of the browser. This value is the same retrieved by IBrowserService::GetPidl.

-field _psv

Type: IShellView*

A pointer to the IShellView of the current location. This IShellView is bound to _pidlCur through IShellFolder::CreateViewObject.

-field _psf

Type: IShellFolder*

A pointer to the IShellFolder of the current location. This IShellFolder is bound to _pidlCur.

-field _hwndView

Type: HWND

A handle to the window returned by _psv->CreateViewWindow.

-field _pszTitleCur

Type: LPWSTR

A pointer to a buffer containing the Unicode title text for the current location.

-field _pidlPending

Type: PCIDLIST_ABSOLUTE

The PIDL of the pending target location. Once navigation is complete, this value moves to _pidlCur.

-field _psvPending

Type: IShellView*

The IShellView of the pending target location. Once navigation is complete, this value moves to _psv.

-field _psfPending

Type: IShellFolder*

The IShellFolder of the pending target location. Once navigation is complete, this value moves to _psf.

-field _hwndViewPending

Type: HWND

A handle to the pending target location's view window. Once navigation is complete, this value moves to _hwndView.

-field _pszTitlePending

Type: LPWSTR

A pointer to a buffer containing the Unicode title text for the pending target location. Once navigation is complete, this value moves to _pszTitleCur.

-field _fIsViewMSHTML

Type: BOOL

A value of type BOOL that indicates whether the browser is hosting folder content or web content.

TRUE

The browser is hosting web content.

FALSE

The browser is hosting folder content.

-field _fPrivacyImpacted

Type: BOOL

A value of type BOOL that indicates whether there is a privacy concern with the browser's content.

TRUE

There is a privacy concern with the browser's content.

FALSE

There is not a privacy concern with the browser's content.

-field _clsidView

Type: CLSID

-field _clsidViewPending

Type: CLSID

-field _hwndFrame

Type: HWND

-field _lPhishingFilterStatus

Type: LONG

Windows Vista with Service Pack 1 (SP1) and later or Windows Internet Explorer 7 and later only. 0 if the phishing filter is off; 1 if it is on.

- _pidlNewShellView

Type: PCIDLIST_ABSOLUTE

A temporary placeholder for _pidlPending on first navigation to the pending location.