Searched defs:dwBuffer (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxCommon.cpp44 DWORD dwBuffer = 0; local
45 UINT uiRet = MsiGetPropertyW(a_hModule, a_pwszName, L"", &dwBuffer);
48 ++dwBuffer; /* On output does not include terminating null, so add 1. */
50 if (dwBuffer > a_dwSize)
54 uiRet = MsiGetPropertyW(a_hModule, a_pwszName, a_pwszValue, &dwBuffer);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddmusicf.h864 DWORD dwBuffer; member in struct:_DMUS_IO_PARAMCONTROLTRACK_OBJECTHEADER
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddmusicf.h866 DWORD dwBuffer; member in struct:_DMUS_IO_PARAMCONTROLTRACK_OBJECTHEADER

Completed in 66 milliseconds