IMsTscAdvancedSettings::put_IconIndex (Windows Embedded CE 6.0)
1/6/2010
This method sets the value of the IconIndex property, which specifies the index of the icon within the current IconFile file.
Syntax
HRESULT put_IconIndex(
LONG IconIndex
);
Parameters
- IconIndex
[in] Specifies the index of an icon within the current IconFile file.
Return Value
If the method succeeds, the return value is S_OK.
If it fails, the method returns a nonzero error code.
Remarks
An IconFile file contains icon data. Please refer to IMsTscAdvancedSettings::put_IconFile for more information about icon files and indices.
Requirements
Header | discodlg.h, mstsax.idl |
Library | Mstsax.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |