Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Creates an IInternetZoneManagerinterface.

Syntax

HRESULT CoInternetCreateSecurityManager(
  IServiceProvider *pSP,
  IInternetZoneManager **ppSM,
  DWORD dwReserved
);

Parameters

pSP

Not implemented.

ppSM

Address of a pointer variable that receives an IInternetZoneManagerinterface pointer.

dwReserved

Reserved. Must be set to NULL.

Property Value/Return Value

Returns either the following value or else it is an error value:

S_OK

The operation completed successfully and the ppvparameter contains the requested interface pointer.

Requirements

Header urlmon.h
Library urlmon.lib
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also