Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 2.87 KB

nf-rdpencomapi-irdpsrapisharingsession-close.md

File metadata and controls

72 lines (57 loc) · 2.87 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rdpencomapi.IRDPSRAPISharingSession.Close
IRDPSRAPISharingSession::Close (rdpencomapi.h)
Disconnects all attendees from the session and stops listening to incoming connections.
Close
Close method [RDP]
Close method [RDP]
IRDPSRAPISharingSession interface
Close method [RDP]
IRDPSRAPISharingSession2 interface
IRDPSRAPISharingSession interface [RDP]
Close method
IRDPSRAPISharingSession.Close
IRDPSRAPISharingSession2 interface [RDP]
Close method
IRDPSRAPISharingSession2::Close
IRDPSRAPISharingSession::Close
rdp.irdpsrapisharingsession_close
rdpencomapi/IRDPSRAPISharingSession2::Close
rdpencomapi/IRDPSRAPISharingSession::Close
rdp\irdpsrapisharingsession_close.htm
rdp
ab6e27d8-b6f2-42a6-a0f6-cfdfb5ec9a13
12/05/2018
Close, Close method [RDP], Close method [RDP],IRDPSRAPISharingSession interface, Close method [RDP],IRDPSRAPISharingSession2 interface, IRDPSRAPISharingSession interface [RDP],Close method, IRDPSRAPISharingSession.Close, IRDPSRAPISharingSession2 interface [RDP],Close method, IRDPSRAPISharingSession2::Close, IRDPSRAPISharingSession::Close, rdp.irdpsrapisharingsession_close, rdpencomapi/IRDPSRAPISharingSession2::Close, rdpencomapi/IRDPSRAPISharingSession::Close
rdpencomapi.h
Windows
Windows Vista
Windows Server 2008
RdpEncomAPI.idl
RdpEncomAPI.tlb
RdpEncom.dll
Windows
19H1
IRDPSRAPISharingSession::Close
rdpencomapi/IRDPSRAPISharingSession::Close
c++
APIRef
kbSyntax
COM
RdpEncom.dll
IRDPSRAPISharingSession2.Close
IRDPSRAPISharingSession.Close

IRDPSRAPISharingSession::Close

-description

Disconnects all attendees from the session and stops listening to incoming connections.

When the attendees are disconnected, no attendee disconnect event occurs on the sharer side because it is the sharer that calls this method. The sharer is already aware that the attendees will be disconnected.

A closed session cannot be reopened by calling the IRDPSRAPISharingSession::Open method.

-returns

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

-see-also

IRDPSRAPISharingSession

IRDPSRAPISharingSession2