ITsSbProvider::CreateTargetPropertySetObject method (sbtsv.h)

Creates an ITsSbTargetPropertySet target property set object.

Syntax

HRESULT CreateTargetPropertySetObject(
  [out] ITsSbTargetPropertySet **ppPropertySet
);

Parameters

[out] ppPropertySet

A pointer to a pointer to an ITsSbTargetPropertySet property set object. When you have finished using the object, release it by calling the Release method. Because RD Connection Broker is unaware of the contents of the property set object, you should clean the object before calling its Release method.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Plug-ins can use this method to create a target property set object.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header sbtsv.h

See also

ITsSbProvider

ITsSbTargetPropertySet