IInternetSecurityManager::MapUrlToZoneIInternetSecurityManager::MapUrlToZone*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IInternetSecurityManager::GetZoneMappings
*Next Topic: IInternetSecurityManager::ProcessUrlAction

IInternetSecurityManager::MapUrlToZone

HRESULT MapUrlToZone(
    [in] LPCWSTR pwszUrl,
    [out] DWORD *pdwZone,
    [in] DWORD dwFlags
);

Retrieves the zone index for the given URL.

pwszUrl
String value that contains the URL.
pdwZone
Address of a double-word variable that contains the zone index.
dwFlags
Double-word value that contains flags that control this method. If the value is set to ISECMGR_PREPEND_FILE, IInternetSecurityManager::MapUrlToZone adds the "file:" to the beginning of the URL stored in pwszUrl.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.