ReactOS 0.4.16-dev-303-g11d5cb8
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
HTREEITEM | AddItemToTreeView (HWND hTreeView, HTREEITEM hParent, LPWSTR lpDisplayName, LPWSTR lpServiceName, ULONG ServiceType, BOOL bHasChildren) |
static LPARAM | TreeView_GetItemParam (HWND hTreeView, HTREEITEM hItem) |
static VOID | DestroyItem (HWND hTreeView, HTREEITEM hItem) |
static VOID | DestroyTreeView (HWND hTreeView) |
static VOID | InitDependPage (PDEPENDDATA pDependData) |
INT_PTR CALLBACK | DependenciesPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
HTREEITEM AddItemToTreeView | ( | HWND | hTreeView, |
HTREEITEM | hParent, | ||
LPWSTR | lpDisplayName, | ||
LPWSTR | lpServiceName, | ||
ULONG | ServiceType, | ||
BOOL | bHasChildren | ||
) |
Definition at line 13 of file propsheet_depends.c.
Referenced by TV1_AddDependantsToTree(), and TV2_AddDependantsToTree().
Definition at line 183 of file propsheet_depends.c.
Referenced by PropSheetThread().
Definition at line 93 of file propsheet_depends.c.
Referenced by DestroyItem(), and DestroyTreeView().
Definition at line 118 of file propsheet_depends.c.
Referenced by ChildWndProc(), and DependenciesPageProc().
|
static |
Definition at line 162 of file propsheet_depends.c.
Referenced by DependenciesPageProc().
Definition at line 75 of file propsheet_depends.c.
Referenced by DestroyItem().