#include ”faxcpp.h”
PORTFAX far GetPortID (LPSTR PortName)
|
Class 1. |
Class 2. Class 2.0 |
Brooktrout
|
GammaLink
|
Dialogic
|
NMS
|
|
|
|
|
|
Description
Returns the address of the fax port object described by the name. NULL will be returned if no port object is found for the specified name.
Parameters
|
LPSTR |
PortName |
Name of a port. |
Return Value
Returns NULL if no port object is found, otherwise returns the address of the port.
Sample Code
None at present.