Metodo IBrowserService2::UpdateSecureLockIcon (shdeprecated.h)
Deprecato. Aggiornamenti il valore del membro _eSecureLockIcon della struttura BASEBROWSERDATA, che tiene traccia dell'icona che indica un sito protetto, nonché l'aggiornamento dell'icona stessa nell'interfaccia utente.
Sintassi
HRESULT UpdateSecureLockIcon(
[in] int eSecureLock
);
Parametri
[in] eSecureLock
Tipo: int
Uno dei valori seguenti che indica lo stato di blocco sicuro. Si noti che ogni valore viene fornito in un modulo SET e SUGGEST. Per altri dettagli, vedere 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
Valore restituito
Tipo: HRESULT
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
SECURELOCK_SUGGEST_UNSECURE equivale a SECURELOCK_FIRSTSUGGEST.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | shdeprecated.h |