27 static INT_PTR CALLBACK PhpAboutDlgProc(
40 #if (PHAPP_VERSION_REVISION != 0)
42 L
"Process Hacker %u.%u (r%u)",
49 L
"Process Hacker %u.%u",
59 L
" Installer by XhmikosR\n"
62 L
" Donors - thank you for your support!\n"
63 L
" <a href=\"http://forum.sysinternals.com\">Sysinternals Forums</a>\n"
64 L
" <a href=\"http://www.reactos.org\">ReactOS</a>\n"
65 L
"Process Hacker uses the following components:\n"
66 L
" <a href=\"http://www.minixml.org\">Mini-XML</a> by Michael Sweet\n"
67 L
" <a href=\"http://www.pcre.org\">PCRE</a>\n"
68 L
" MD5 code by Jouni Malinen\n"
69 L
" SHA1 code by Filip Navara, based on code by Steve Reid\n"
70 L
" <a href=\"http://www.famfamfam.com/lab/icons/silk\">Silk icons</a>\n"
76 switch (LOWORD(wParam))
80 EndDialog(hwndDlg, IDOK);
95 LPNMHDR header = (LPNMHDR)lParam;
101 switch (header->idFrom)
119 _In_ HWND ParentWindowHandle
151 #define OBJECT_TYPE_COUNT(Type) PhAppendFormatStringBuilder(&stringBuilder, \
152 L#Type L": %u objects\r\n", PhpGetObjectTypeObjectCount(Type))