Leggere in inglese

Condividi tramite


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)]

Parametri

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.

Commenti

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.

Esempio

interface MyInterface : IUnknown                         
{         
    HRESULT ListenToSocket([in, system_handle(sh_socket)] HANDLE socket);
}

Requisiti

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

Vedi anche

system_handle

Windows Sockets 2