共用方式為


IInternetSecurityMgrSite::EnableModeless

Send Feedback

Enables the use of modeless pop-up windows.

Syntax

HRESULT EnableModeless(
  BOOL fEnable
);

Parameters

  • fEnable
    [in] Boolean value that specifies whether modeless pop-up windows are used. TRUE enables modeless pop-up windows; FALSE disables them.

Return Values

Returns S_OK if successful, or E_FAIL otherwise.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib

See Also

IInternetSecurityMgrSite

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.