IRDPSRAPITransportStream::Open method
Called by the Remote Desktop Protocol (RDP) stack to start the stream and indicate that the RDP stack is ready to receive notifications of events.
Syntax
HRESULT Open(
[in] IRDPSRAPITransportStreamEvents *pCallbacks
);
Parameters
- pCallbacks [in]
-
Type: IRDPSRAPITransportStreamEvents*
An IRDPSRAPITransportStreamEvents interface pointer that will receive the transport stream events.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Requirements
|
Minimum supported client |
Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
See also