Parola chiave sh_socket
La parola chiave sh_socket specifica che un system_handle
oggetto contiene un handle per un socket.
[system_handle(sh_socket)]
[system_handle(sh_socket, access-rights)]
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.
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.
interface MyInterface : IUnknown
{
HRESULT ListenToSocket([in, system_handle(sh_socket)] HANDLE socket);
}
Client minimo supportato | aggiornamento dell'anniversario di Windows 10 (versione 1607, build 14393) |
Server minimo supportato | Windows Server 2016 (build 14393) |