Changeset 103232 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 6, 2024 8:55:42 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r103230 r103232 731 731 { 732 732 PROCESSENTRY32W ProcEntry; 733 ProcEntry.dwSize = sizeof(P ROCESSENTRY32W);733 ProcEntry.dwSize = sizeof(ProcEntry); 734 734 ProcEntry.szExeFile[0] = '\0'; 735 735 if (g_pfnProcess32FirstW(hSnap, &ProcEntry))
Note:
See TracChangeset
for help on using the changeset viewer.