FaxRoutingMethod.get_DeviceName property
The DeviceName property is a null-terminated string that contains the user-friendly display name for a fax port.
This property is read-only.
Syntax
Property get_DeviceName As String
Property value
A String that receives the user-friendly name for the fax port associated with the specified fax routing method.
Remarks
Note that it is possible for multiple fax ports to have the same user-friendly name. You can use the DeviceId property to uniquely identify a fax port.
DeviceName 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