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.
- Returns E_INVALIDARG if pdwZone is set to NULL, or S_OK otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.