Leggere in inglese

Condividi tramite


parola chiave sh_token

La parola chiave sh_token specifica che un system_handle oggetto contiene un handle a un token.

[system_handle(sh_token)]

[system_handle(sh_token, access-rights)]

Parametri

Questa parola chiave è un parametro per system_handle.

La documentazione system_handle contiene anche dettagli sull'uso facoltativo del parametro access-rights . Il comportamento predefinito è DUPLICATE_SAME_ACCESS per le specifiche delle funzioni DuplicateHandle.

Commenti

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

Esempio

interface MyInterface : IUnknown                         
{         
    HRESULT SetToken([in, system_handle(sh_token)] HANDLE token);

    HRESULT GetToken([out, system_handle(sh_token, TOKEN_QUERY)] HANDLE* pToken);
}

Requisiti

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

Vedi anche

system_handle

Token di accesso

Diritti di accesso per gli oggetti Access-Token