
Description | Example | Errors
Name: |
char * ATFX_FXVERSION(dev) | |
Inputs: |
int dev |
fax channel device handle |
Returns: |
fax library version number string if successful | |
|
AT_FAILUREP if error | |
Includes: |
srllib.h | |
|
dxxxlib.h | |
|
faxlib.h | |
Category: |
extended attribute | |
Mode: |
synchronous | |
|
||
The ATFX_FXVERSION( ) returns the fax library version number string (format: x.xx).
Parameter |
Description |
|
dev |
Specifies the channel device handle for the fax channel obtained when the channel was opened. |
#include <stdio.h>
#include <windows.h>
#include <srllib.h>
#include <dxxxlib.h>
#include <faxlib.h>
int dev;
/*
* Open the channel using fx_open( ) and obtain the Dialogic
* FAX device handle in dev.
*/
.
.
/*
* Optional display of version number of Dialogic Fax
* library.
*/
printf("%s\n", ATFX_FXVERSION(dev));
This function fails and returns AT_FAILUREP if an invalid fax channel device handle is specified in dev.
Click here to contact Dialogic Customer Engineering
Copyright 2002, Intel Corporation