次の方法で共有


IInternetSecurityMgrSite::EnableModeless (Windows Embedded CE 6.0)

1/6/2010

This method 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 Value

Returns S_OK if successful or E_FAIL otherwise.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IInternetSecurityMgrSite