CoInternetCreateZoneManager
A version of this page is also available for
4/8/2010
Creates an IInternetZoneManager interface.
Syntax
HRESULT CoInternetCreateSecurityManager(
IServiceProvider *pSP,
IInternetZoneManager **ppSM,
DWORD dwReserved
);
Parameters
- pSP
Not implemented.
- ppSM
Address of a pointer variable that receives an IInternetZoneManager interface 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 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
IInternetZoneManager