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

/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp387 DWORD dwInfoSize = GetFileVersionInfoSize(szFile, NULL /* lpdwHandle */); local
388 if (dwInfoSize)
390 void *pFileInfo = GlobalAlloc(GMEM_FIXED, dwInfoSize);
393 if (GetFileVersionInfo(szFile, 0, dwInfoSize, pFileInfo))

Completed in 65 milliseconds