Leggere in inglese

Condividi tramite


parola chiave sh_section

La parola chiave sh_section specifica che un system_handle oggetto contiene un handle in una sezione.

[system_handle(sh_section)]

[system_handle(sh_section, 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 GiveSection([in, system_handle(sh_section)] HANDLE section);

    HRESULT GetSectionToWatch([out, system_handle(sh_section, SECTION_MAP_READ)] HANDLE* pSection);
}

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

Oggetti e visualizzazioni sezione

Funzione ZwCreateSection (incluse le specifiche di accesso)