0 out of 1 rated this helpful - Rate this topic

GetOleaccVersionInfo function

Applies to: desktop apps only

Retrieves the version number and build number of the Microsoft Active Accessibility file Oleacc.dll.

Syntax

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

Parameters

pdwVer [out]

Type: DWORD*

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]

Type: DWORD*

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.

Return value

This function does not return a value.

Remarks

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

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows Server 2003

Redistributable

Active Accessibility 1.3 RDK on Windows NT 4.0 with SP6 and later and Windows 95

Header

Oleacc.h

Library

Oleacc.lib

DLL

Oleacc.dll

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ