Share via


IMsTscAdvancedSettings::put_PluginDlls (Windows Embedded CE 6.0)

1/6/2010

This method sets the value of the PluginDlls property. The value specifies the names of virtual channel client DLLs to be loaded. Virtual channel client DLLs are also referred to as plugin DLLs.

Syntax

HRESULT put_PluginDlls(
  BSTR pluginList
);

Parameters

  • pluginList
    [in] The value the PluginDlls property is to be set to. It is a comma-separated list of the names of the virtual-channel client DLLs to be loaded.

Return Value

If the method succeeds, the return value is S_OK.

If it fails, the method returns a nonzero error code.

Requirements

Header discodlg.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsTscAdvancedSettings