Click to return to the Security     
IInternetZoneManager::Get...     IInternetZoneManager::Log...     IInternetZoneManager Inte...    
Web Workshop  |  Security & Cryptography

IInternetZoneManager::GetZoneCustomPolicy Method


Retrieves the named custom policy associated with the zone.

Syntax

HRESULT GetZoneCustomPolicy(
    DWORD dwZone,
    REFGUID guidKey,
    BYTE **ppPolicy,
    DWORD *pcbPolicy,
    URLZONEREG urlZoneReg
);

Parameters

dwZone
[in] Unsigned long integer value that specifies the zone.
guidKey
[in] Globally unique identifier that specifies the key to look up.
ppPolicy
[out] Address of a buffer that contains the policy information.
pcbPolicy
[out] Address of an unsigned long integer value that contains the size of the buffer.
urlZoneReg
[in] URLZONEREG value that determines how the registry is accessed.

Return Value

Returns S_OK if the key is found and the buffer is allocated.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.