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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1510 KEY_VALUE_PARTIAL_INFORMATION PartialInfo; member in union:__anon16384
1522 if ( uBuf.PartialInfo.Type == REG_EXPAND_SZ
1523 || uBuf.PartialInfo.Type == REG_SZ)
1531 Src.Buffer = (WCHAR *)uBuf.PartialInfo.Data;
1532 Src.Length = uBuf.PartialInfo.DataLength;
1536 Src.Buffer[uBuf.PartialInfo.DataLength / sizeof(WCHAR)] = '\0';
1547 if (uBuf.PartialInfo.Type == REG_EXPAND_SZ)
1621 SUP_DPRINTF(("%s: type mismatch: %#x\n", s_aPaths[i].pszLogName, uBuf.PartialInfo.Type));

Completed in 53 milliseconds