Previous PageTable Of Contents../index.htmlIndexNext Page

dx_GetDllVersion( )

Description | Cautions | Example | Errors | See Also

Name:

dx_GetDllVersion (dwfileverp, dwprodverp)

Inputs:

LPDWORD dwfileverp

  Voice DLL Version Number

 

LPDWORD dwprodverp

  Product version of this release

Returns:

0 if success

 

-1 if failure

Includes:

dxxxlib.h

 

srllib.h

Top Of PageDescription

The dx_GetDllVersion( ) function returns the voice DLL version number for the file and product..

Dialogic DLL Version Number functions return the file version number and product version number. The file version number specifies the version of the DLL. The product version number specifies the version of the software release that includes the DLL. Each function returns both version numbers in hexadecimal format. For example, if the DLL version is 4.13, the function returns it as 0x0004000D. If the product version is 11.3, the function returns it as 0x000bB0003. In each case, the high word represents the major number, and the low word represents the minor number.

This function has the following parameters:

Parameter

Description

dwfileverp

pointer to where to return file version information

dwprodverp

pointer to where to return product version information

Top Of PageCautions

None.

Top Of PageExample

Top Of PageErrors

None.

Top Of PageSee Also


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2002, Dialogic Corporation
All rights reserved
This page generated February, 2002