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

/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp1250 DWORD dwValSize; local
1260 dwValSize = sizeof(DWORD);
1266 dwValSize = _tcslen(argv[7]);
1269 dwValSize = _ttol(argv[9]); /* Get the size in bytes of the value we want to write */
1275 dwValSize); /* Size of the value */

Completed in 47 milliseconds