CoInternetCreateSecurityManager

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Creates an IInternetSecurityManager interface.

Syntax

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

Parameters

  • pSP
    Not implemented.
  • ppSM
    Address of a pointer variable that receives an IInternetSecurityManager interface pointer.
  • dwReserved
    Reserved. Must be set to NULL.

Return Values

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

S_OK

The operation completed successfully and the ppv parameter 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

Reference

URL Security Zones Functions
URL Security Zones Interfaces
IInternetSecurityManager