WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 743ff83

Browse files
committed
fix comment
1 parent bc151e2 commit 743ff83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/wil/process_helpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace wil
3636
// for (auto process : process_iterator(L"ProcessName.exe"))
3737
// {
3838
// // Do something with process, e.g.
39-
// // wil::unique_handle hProcess(::OpenProcess(PROCESS_QUERY_INFORMATION, FALSE, process.th32ProcessID));
39+
// // wil::unique_handle hProcess(::OpenProcess(PROCESS_QUERY_INFORMATION, FALSE, process.ProcessID));
4040
// }
4141
struct process_entry
4242
{

0 commit comments

Comments
 (0)