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 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.
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
Send Feedback on this topic to the authors