FaxRoutingMethod.ExtensionName property
The ExtensionName property is a null-terminated string that contains the user-friendly name for the fax routing extension DLL that implements the specified fax routing method.
This property is read-only.
Syntax
Property ExtensionName As String
Property value
A String that receives the user-friendly name to associate with 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.
ExtensionName 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 |
|
DLL |
|
See also