Process Hacker
depend.c File Reference
#include <phdk.h>
#include <windowsx.h>
#include "extsrv.h"
#include "resource.h"

Go to the source code of this file.

Typedefs

typedef struct
_SERVICE_LIST_CONTEXT 
SERVICE_LIST_CONTEXT
 
typedef struct
_SERVICE_LIST_CONTEXT * 
PSERVICE_LIST_CONTEXT
 

Functions

LPENUM_SERVICE_STATUS EsEnumDependentServices (_In_ SC_HANDLE ServiceHandle, _In_opt_ ULONG State, _Out_ PULONG Count)
 
INT_PTR CALLBACK EspServiceDependenciesDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
INT_PTR CALLBACK EspServiceDependentsDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 

Typedef Documentation

typedef struct _SERVICE_LIST_CONTEXT * PSERVICE_LIST_CONTEXT
typedef struct _SERVICE_LIST_CONTEXT SERVICE_LIST_CONTEXT

Function Documentation

LPENUM_SERVICE_STATUS EsEnumDependentServices ( _In_ SC_HANDLE  ServiceHandle,
_In_opt_ ULONG  State,
_Out_ PULONG  Count 
)

Definition at line 34 of file depend.c.

INT_PTR CALLBACK EspServiceDependenciesDlgProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 109 of file depend.c.

INT_PTR CALLBACK EspServiceDependentsDlgProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 238 of file depend.c.