Searched refs:dwVersion (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp41 DWORD dwVersion = 0; local
53 dwVersion = MAKELONG(dvi.dwMinorVersion, dvi.dwMajorVersion);
57 return dwVersion;
/external/libpcap/
H A Dinet.c984 DWORD dwVersion; local
986 dwVersion = GetVersion(); /* get the OS version */
987 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion)));
989 if (dwVersion >= 0x80000000 && dwWindowsMajorVersion >= 4) {
/external/curl/lib/vtls/
H A Dschannel.c150 schannel_cred.dwVersion = SCHANNEL_CRED_VERSION;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
H A Ddinput.h2685 extern HRESULT WINAPI DirectInput8Create(HINSTANCE hinst, DWORD dwVersion, REFIID riidltf, LPVOID *ppvOut, LPUNKNOWN punkOuter);
2688 extern HRESULT WINAPI DirectInputCreateA(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUTA *ppDI, LPUNKNOWN punkOuter);
2689 extern HRESULT WINAPI DirectInputCreateW(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUTW *ppDI, LPUNKNOWN punkOuter);
2696 extern HRESULT WINAPI DirectInputCreateEx(HINSTANCE hinst, DWORD dwVersion, REFIID riidltf, LPVOID *ppvOut, LPUNKNOWN punkOuter);
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h2096 DWORD dwVersion; member in struct:__MIDL___MIDL_itf_strmif_0138_0006

Completed in 412 milliseconds