CTI32 Class Library

cti.GetFaxResource Method 

Gets a fax resource

[Visual Basic]
Public Shared Function GetFaxResource( _
   ByVal faxdev As Integer, _
   ByVal dev As Integer _
) As Integer
[C#]
public static int GetFaxResource(
   int faxdev,
   int dev
);

Parameters

faxdev
Requests a specific fax resource.
dev
Informs the underlying dll which device to associate the fax resource with.

Return Value

See Also

cti Class | CTI32NetLib Namespace