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)]
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.
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.
interface MyInterface : IUnknown
{
HRESULT GiveSection([in, system_handle(sh_section)] HANDLE section);
HRESULT GetSectionToWatch([out, system_handle(sh_section, SECTION_MAP_READ)] HANDLE* pSection);
}
Client minimo supportato | Windows 10 aggiornamento dell'anniversario (versione 1607, build 14393) |
Server minimo supportato | Windows Server 2016 (build 14393) |