Leggere in inglese

Condividi tramite


parola chiave sh_reg_key

La parola chiave sh_reg_key specifica che un system_handle oggetto contiene un handle per una chiave del Registro di sistema.

[system_handle(sh_reg_key)]

[system_handle(sh_reg_key, access-rights)]

Parametri

Questa parola chiave è un parametro per system_handle.

La documentazione system_handle contiene anche informazioni dettagliate sull'uso facoltativo del parametro access-rights . Il comportamento predefinito è DUPLICATE_SAME_ACCESS per specifiche della funzione DuplicateHandle.

Commenti

Per usare questa parola chiave con l'attributo system_handle , il -target flag deve essere impostato su NT100 (o versione successiva) quando si esegue midl.exe.

Esempio

interface MyInterface : IUnknown                         
{         
    HRESULT GetConfigurationKey([out, system_handle(sh_reg_key)] HANDLE* key);

    HRESULT SetKeyForWatch([in, system_handle(sh_reg_key, KEY_READ)] HANDLE watchKey);
}

Requisiti

   
Client minimo supportato aggiornamento dell'anniversario di Windows 10 (versione 1607, build 14393)
Server minimo supportato Windows Server 2016 (build 14393)

Vedi anche

system_handle

Registro

Diritti di accesso e sicurezza delle chiavi del Registro di sistema

Funzione RegOpenKeyEx