Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an IInternetZoneManager interface.
Syntax
HRESULT CoInternetCreateZoneManager(
IServiceProvider *pSP,
IInternetZoneManager **ppZM,
_Reserved_ DWORD dwReserved
);
Parameters
pSP
Not implemented.ppZM
A pointer variable that receives an IInternetZoneManager 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 |
Urlmon.h |
Library |
Urlmon.lib |
DLL |
Urlmon.dll |