Files
mirror-processhacker/2.x/trunk/ProcessHacker/include/treelist.h
T
wj32 aacddced22 started tree list control
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2813 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-10 07:16:55 +00:00

14 lines
227 B
C

#ifndef TREELIST_H
#define TREELIST_H
#define PH_TREELIST_CLASSNAME L"PhTreeList"
BOOLEAN PhTreeListInitialization();
HWND PhCreateTreeListControl(
__in HWND ParentHandle,
__in INT_PTR Id
);
#endif