mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
aacddced22
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2813 21ef857c-d57f-4fe0-8362-d861dc6d29cd
14 lines
227 B
C
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
|