Click to return to the Security     
IInternetSecurityManager:...     IInternetSecurityMgrSite ...     IInternetSecurityManager ...    
Web Workshop  |  Security & Cryptography

IInternetSecurityManager::SetZoneMapping Method


Maps a pattern into the specified zone.

Syntax

HRESULT SetZoneMapping(
    DWORD dwZone,
    LPCWSTR lpszPattern,
    DWORD dwFlags
);

Parameters

dwZone
[in] Unsigned long integer value that specifies the zone index.
lpszPattern
[in] Address of a string value that contains the URL pattern with a limited number of wildcards.
dwFlags
[in] Unsigned long integer value that indicates whether the mappings should be added or deleted. This can be one of the SZM_FLAGS values.

Return Value

Returns one of the following values:

S_OK Success.
E_ACCESSDENIED Attempted to enter a non-SSL site into a zone that requires server verification.
URL_E_INVALID_SCHEME Either an improper scheme or no scheme is specified in the URL.
E_FAIL The mapping already exists.

Remarks

The method can also return the HRESULT derived from the Win32® error code ERROR_FILE_EXISTS to indicate that the URL already exists in another zone.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.