FaxRoutingMethod.ImageName property

The ImageName property is a null-terminated string that contains the executable image name of the fax routing extension DLL that implements the fax routing method.

This property is read-only.

Syntax

Property ImageName As String

Property value

A String that receives the unique executable image name of the fax routing extension DLL that exports the specified fax routing method.

Remarks

A fax client application can use the ImageName property to uniquely identify the fax routing extension DLL that exports a fax routing method. Note that it is possible for multiple routing extensions to have the same user-friendly name.

ImageName allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxRoutingMethod

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxRoutingMethod

IFaxRoutingMethods

ExtensionName