#include "precomp.h"
Go to the source code of this file.
◆ GetComCtl32Version()
Definition at line 11 of file comctl32supp.c.
12{
17
18 *pdwMajor = 0;
19 *pdwMinor = 0;
20 *pdwBuild = 0;
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
39
41 if (pDllGetVersion)
42 {
45
46 hr = (*pDllGetVersion)(&dvi);
48 {
52
53#if 0
54
55
57 FormatString(
L"ComCtl32 version %d.%d, Build %d, Platform %d",
61#endif
62 }
63 }
64 else
65 {
66
67
68
69
70 *pdwMajor = 4;
71 *pdwMinor = 0;
72 *pdwBuild = 0;
73 }
74
76}
BOOL MemFree(IN PVOID lpMem)
#define GetProcAddress(x, y)
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
DWORD FormatString(DWORD dwFlags, HINSTANCE hInstance, DWORD dwStringId, DWORD dwLanguageId, LPWSTR lpBuffer, DWORD nSize, va_list *Arguments)
HRESULT(CALLBACK * DLLGETVERSIONPROC)(DLLVERSIONINFO *)
int WINAPI MessageBoxW(_In_opt_ HWND hWnd, _In_opt_ LPCWSTR lpText, _In_opt_ LPCWSTR lpCaption, _In_ UINT uType)
Referenced by TreeView_Set3StateCheck().