fixed typo in phplug.h

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4187 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2011-04-30 12:03:48 +00:00
parent 50a4eea4a3
commit 56a5ead437
+1 -1
View File
@@ -147,7 +147,7 @@ typedef enum _PH_PLUGIN_CALLBACK
PluginCallbackLoad = 0, // [main thread]
PluginCallbackUnload = 1, // [main thread]
PluginCallbackShowOptions = 2, // HWND ParentWindowHandle [main thread]
PluginCallbackMenuItem = 3, // PPH_PLUGIN_MENU_ITEM MenuItem [main thread]
PluginCallbackMenuItem = 3, // PPH_PLUGIN_MENU_ITEM MenuItem [main/properties thread]
PluginCallbackMaximum
} PH_PLUGIN_CALLBACK, *PPH_PLUGIN_CALLBACK;