Share via


CoInternetCreateSecurityManager

Send Feedback

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 a error value:

  • S_OK
    The operation completed successfully and the ppv parameter contains the requested interface pointer.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib

See Also

HTML Control API Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.