IMsTscAdvancedSettings::put_IconFile
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.
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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.
See Also
IMsTscAdvancedSettings | put_IconIndex
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.