Compartir a través de


IMsTscAdvancedSettings::put_PluginDlls (Windows CE 5.0)

Send Feedback

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.

HRESULT put_PluginDlls(BSTRpluginList);

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 Values

If the method succeeds, the return value is S_OK.

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.

See Also

IMsTscAdvancedSettings

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.