CoInternetCreateSecurityManager function
Creates an IInternetSecurityManager interface.
Syntax
HRESULT CoInternetCreateSecurityManager( IServiceProvider *pSP, IInternetSecurityManager **ppSM, _Reserved_ DWORD dwReserved );
Parameters
- pSP
-
Not implemented.
- ppSM
-
A pointer variable that receives an IInternetSecurityManager interface pointer.
- dwReserved
-
Reserved. Must be set to NULL.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Product |
Internet Explorer 4.0 |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: