Share via


CoInternetCreateSecurityManager (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

URL Security Zones Functions
URL Security Zones Interfaces
IInternetSecurityManager