Searched defs:dwLen (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp676 DWORD dwLen = GlobalSize(hMemSource); local
677 AssertReturn(dwLen, NULL);
681 PVOID pvDest = GlobalAlloc(GMEM_FIXED, dwLen);
683 memcpy(pvDest, pvSource, dwLen);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDataObject.cpp597 DWORD dwLen = GlobalSize(hMemSource); local
598 AssertReturn(dwLen, NULL);
602 PVOID pvDest = GlobalAlloc(GMEM_FIXED, dwLen);
604 memcpy(pvDest, pvSource, dwLen);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp170 DWORD dwLen = sizeof(wszName); local
182 if (!pfnQueryFullProcessImageName(h, 0 /*PROCESS_NAME_NATIVE*/, wszName, &dwLen))
188 if (!GetModuleFileNameExW(h, NULL /* Get main executable */, wszName, dwLen))
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp204 DWORD dwLen = sizeof(wszPath); local
207 rc = RegEnumKeyExW(hkPythonCore, i, wszRoot, &dwLen, NULL, NULL, NULL, NULL);
208 if (rc != ERROR_SUCCESS || dwLen <= 0)
212 dwLen = sizeof(wszVal);
219 rc = RegQueryValueExW(hkPythonInstPath, L"", NULL, &dwKeyType, (LPBYTE)wszVal, &dwLen);
1315 DWORD dwLen = sizeof(wszEnumName); local
1316 lStatus = RegEnumKeyExW(hNetcard, i, wszEnumName, &dwLen, NULL, NULL, NULL, NULL);
1323 dwLen = sizeof(wszNetCfgInstanceId);
1324 lStatus = RegQueryValueExW(hNetCardGUID, L"NetCfgInstanceId", NULL, &dwKeyType, (LPBYTE)wszNetCfgInstanceId, &dwLen);
1332 dwLen
1573 DWORD dwLen = (DWORD)sizeof(wszNetworkGUID); local
[all...]
/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp973 DWORD dwLen = sizeof(DWORD); local
976 status = RegQueryValueExA(hkeyVideo, valueName, NULL, &dwType, (LPBYTE)&xres, &dwLen);
980 status = RegQueryValueExA(hkeyVideo, valueName, NULL, &dwType, (LPBYTE)&yres, &dwLen);
984 status = RegQueryValueExA(hkeyVideo, valueName, NULL, &dwType, (LPBYTE)&bpp, &dwLen);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddmusici.h671 DWORD dwLen; member in struct:_DMUS_SYSEX_PMSG
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddmusici.h675 DWORD dwLen; member in struct:_DMUS_SYSEX_PMSG

Completed in 108 milliseconds