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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp1472 SUPSYSROOTDIRBUF *pNtPath; member in struct:__anon16383
1538 s_aPaths[i].pNtPath->awcBuffer[0] = '\\';
1539 s_aPaths[i].pNtPath->awcBuffer[1] = '?';
1540 s_aPaths[i].pNtPath->awcBuffer[2] = '?';
1541 s_aPaths[i].pNtPath->awcBuffer[3] = '\\';
1543 Dst.Buffer = &s_aPaths[i].pNtPath->awcBuffer[4];
1544 Dst.MaximumLength = sizeof(s_aPaths[i].pNtPath->awcBuffer) - sizeof(WCHAR) * 5;
1589 s_aPaths[i].pNtPath,
1590 sizeof(*s_aPaths[i].pNtPath) - sizeof(WCHAR),
1594 if (s_aPaths[i].pNtPath
[all...]

Completed in 47 milliseconds