AfxComCtlVersionfunction
Returns the version of CommCtl32.dll.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Return value
The version of CommCtl32.dll multiplied by 100, e.g. 582 for version 5.82.
Description
Returns the version of CommCtl32.dll
Example
#define AfxComCtlVersion AfxGetFileVersion("COMCTL32.DLL")
Reference
- Include file
AfxWin.inc - Documented in Windows/Windows Procedures.md
- Topic: Windows Procedures