Files
mirror-processhacker/2.x/trunk/plugins/ProcessActions/config.h
T
wj32 43ec20a4a0 added config dialog
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3567 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 02:51:49 +00:00

10 lines
154 B
C

#ifndef PA_CONFIG_H
#define PA_CONFIG_H
VOID PaShowConfigurationDialog(
__in HWND ParentWindowHandle,
__in PVOID DllBase
);
#endif