GetOleaccVersionInfo

The GetOleaccVersionInfo function retrieves the version and build numbers of the Active Accessibility file Oleacc.dll.

void STDAPI GetOleaccVersionInfo(
DWORD* pdwVer,DWORD* pdwBuild);

Parameters

  • pdwVer
    [out] Address of a DWORD that receives the version number. The major version number is placed in the high word, and the minor version number is placed in the low word.
  • pdwBuild
    [out] Address of a DWORD that receives the build number. The major build number is placed in the high word, and the minor build number is placed in the low word.

Remarks

This function provides an easy way to get the version and build numbers for Oleacc.dll. The Microsoft® Win32® APIs GetFileVersionInfoSize, GetFileVersionInfo, and VerQueryValue can be used to retrieve the same information.

Requirements

**  Windows NT/2000/XP/Server 2003:** Included in Windows 2000 and later.
**  Windows 95/98/Me:** Included in Windows 98 and later.
**  Redistributable:** Requires Active Accessibility 1.3 RDK on Windows NT 4.0 SP6 and Windows 95.
**  Header:** Declared in Oleacc.h.
**  Library:** Use Oleacc.lib.