ITsSbOrchestrationNotifySink::OnReadyToConnect method (sbtsv.h)
Returns an ITsSbTarget object to Remote Desktop Connection Broker (RD Connection Broker) after the target is successfully prepared for a connection.
Syntax
HRESULT OnReadyToConnect(
[in] ITsSbTarget *pTarget
);
Parameters
[in] pTarget
A pointer to an ITsSbTarget target object.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The target object referenced by the pTarget parameter should contain the external IP address of the target object. Without this information, the request will fail.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | sbtsv.h |