CoInternetCreateZoneManager (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
URL Security Zones Functions
URL Security Zones Interfaces
IInternetZoneManager