ITsSbProvider::CreatePluginPropertySet method (sbtsv.h)

Creates an ITsSbPluginPropertySet plug-in property set object.

Syntax

HRESULT CreatePluginPropertySet(
  [out, retval] ITsSbPluginPropertySet **ppPropertySet
);

Parameters

[out, retval] ppPropertySet

A pointer to a pointer to an ITsSbPluginPropertySet 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 plug-in 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

ITsSbPluginPropertySet

ITsSbProvider