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