ReactOS 0.4.16-dev-983-g23ad936
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
LPWSTR | TV1_GetDependants (SC_HANDLE hService) |
VOID | TV1_AddDependantsToTree (PDEPENDDATA pDependData, HTREEITEM hParent, LPWSTR lpServiceName) |
BOOL | TV1_Initialize (PDEPENDDATA pDependData, LPWSTR lpServiceName) |
VOID TV1_AddDependantsToTree | ( | PDEPENDDATA | pDependData, |
HTREEITEM | hParent, | ||
LPWSTR | lpServiceName | ||
) |
Definition at line 82 of file dependencies_tv1.c.
Referenced by DependenciesPageProc(), and TV1_Initialize().
LPWSTR TV1_GetDependants | ( | SC_HANDLE | hService | ) |
Definition at line 13 of file dependencies_tv1.c.
Referenced by TV1_AddDependantsToTree().
BOOL TV1_Initialize | ( | PDEPENDDATA | pDependData, |
LPWSTR | lpServiceName | ||
) |
Definition at line 180 of file dependencies_tv1.c.
Referenced by InitDependPage().