Método IBrowserService2::UpdateSecureLockIcon (shdeprecated.h)
Preterido. Atualizações o valor do membro _eSecureLockIcon da estrutura BASEBROWSERDATA, que acompanha o ícone que indica um site seguro, além de atualizar o próprio ícone na interface do usuário.
Sintaxe
HRESULT UpdateSecureLockIcon(
[in] int eSecureLock
);
Parâmetros
[in] eSecureLock
Tipo: int
Um dos valores a seguir que indicam o bloqueio seguro status. Observe que cada valor é fornecido em um formulário SET e SUGGEST. Para obter mais detalhes, consulte BASEBROWSERDATA.
SECURELOCK_NOCHANGE
SECURELOCK_SET_UNSECURE
SECURELOCK_SET_MIXED
SECURELOCK_SET_SECUREUNKNOWNBIT
SECURELOCK_SET_SECURE40BIT
SECURELOCK_SET_SECURE56BIT
SECURELOCK_SET_FORTEZZA
SECURELOCK_SET_SECURE128BIT
SECURELOCK_FIRSTSUGGEST
SECURELOCK_SUGGEST_UNSECURE
SECURELOCK_SUGGEST_MIXED
SECURELOCK_SUGGEST_SECUREUNKNOWNBIT
SECURELOCK_SUGGEST_SECURE40BIT
SECURELOCK_SUGGEST_SECURE56BIT
SECURELOCK_SUGGEST_FORTEZZA
SECURELOCK_SUGGEST_SECURE128BIT
Retornar valor
Tipo: HRESULT
Se o método for bem-sucedido, ele retornará S_OK. Caso contrário, ele retornará um código de erro HRESULT.
Comentários
SECURELOCK_SUGGEST_UNSECURE é equivalente a SECURELOCK_FIRSTSUGGEST.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 2000 Professional [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Windows 2000 Server [somente aplicativos da área de trabalho] |
Plataforma de Destino | Windows |
Cabeçalho | shdeprecated.h |