DxApiGetVersion function (dxapi.h)

Do not use the DxApiGetVersion function; use the DxApi function along with the DD_DXAPI_GETVERSIONNUMBER function identifier instead.

The DxApiGetVersion function returns a Direct Sound version number of 4.02.

Syntax

ULONG DxApiGetVersion();

Return value

Returns the major and minor version numbers of Direct Sound as 4 and 2 respectively.

Requirements

Requirement Value
Target Platform Desktop
Header dxapi.h (include Dxapi.h)
Library Dxapi.lib

See also

DDGETVERSIONNUMBER

DD_DXAPI_GETVERSIONNUMBER

DxApi