IInternetZoneManager::CopyTemplatePoliciesToZone method
Copies the policies from a predefined template into a security zone.
Syntax
HRESULT CopyTemplatePoliciesToZone( [in] DWORD dwTemplate, [in] DWORD dwZone, [in] DWORD dwReserved );
Parameters
- dwTemplate [in]
-
An unsigned long integer value from the URLTEMPLATE enumeration that specifies the desired template.
- dwZone [in]
-
An unsigned long integer value from URLZONE enumeration that specifies the zone index.
- dwReserved [in]
-
An unsigned long integer value that specifies the following flag, or zero.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: