IWTSListener::GetConfiguration method (tsvirtualchannels.h)

Retrieves the listener-specific configuration. This configuration is supplied as a BSTR property of the property bag, under the name of WTS_PROPERTY_DEFAULT_CONFIG (which equals the string "DefaultConfig").

Syntax

HRESULT GetConfiguration(
  [out] IPropertyBag **ppPropertyBag
);

Parameters

[out] ppPropertyBag

Output parameter that receives the property bag.

Return value

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header tsvirtualchannels.h

See also

IWTSListener