RegisterImagePath

Method of IApplication

Description

Register Icon by path

Parameters

Return Value

Syntax

JavaScript

var pnIcon = Application.RegisterImagePath(sPath);

Visual Basic Script

pnIcon = Application.RegisterImagePath sPath

C++

long nIcon;
HRESULT hr = Application.RegisterImagePath(sPath, &nIcon);

See Also

IApplication