parola chiave sh_file
La parola chiave sh_file specifica che un system_handle
oggetto contiene un handle in un file.
[system_handle(sh_file)]
[system_handle(sh_file, 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 WriteThisFile([in, system_handle(sh_file)] HANDLE file);
HRESULT GetFileToRead([out, system_handle(sh_file, READ_CONTROL | SYNCHRONIZE | FILE_READ_DATA | FILE_READ_keywordS | FILE_READ_EA)] HANDLE* pReadThisFile);
}
Client minimo supportato | Windows 10 aggiornamento dell'anniversario (versione 1607, build 14393) |
Server minimo supportato | Windows Server 2016 (build 14393) |