Share via


IMsTscAdvancedSettings::put_IconFile (Windows Embedded CE 6.0)

1/6/2010

This method sets the value of the IconFile property. The value of this property specifies the file containing icon data that will be accessed when displaying the client in full-screen mode.

Syntax

HRESULT put_IconFile(
  BSTR IconFile
);

Parameters

  • IconFile
    [in] String with the fully qualified path to an IconFile file or to a file containing icon data, such as a DLL file.

Return Value

If the method succeeds, the return value is S_OK.

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

Remarks

Icon files have the .ico extension.

Requirements

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

See Also

Reference

IMsTscAdvancedSettings
IMsTscAdvancedSettings::put_IconIndex