Go to the source code of this file.
HWND PhCreateServiceListControl |
( |
_In_ HWND |
ParentWindowHandle, |
|
|
_In_ PPH_SERVICE_ITEM * |
Services, |
|
|
_In_ ULONG |
NumberOfServices |
|
) |
| |
Creates a service list property page.
- Parameters
-
ParentWindowHandle | The parent of the service list. |
Services | An array of service items. Each service item must have a reference that is transferred to this function. The array must be allocated using PhAllocate() and must not be freed by the caller; it will be freed automatically when no longer needed. |
NumberOfServices | The number of service items in Services. |
Definition at line 61 of file srvctl.c.
INT_PTR CALLBACK PhpServicesPageProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
static VOID NTAPI ServiceModifiedHandler |
( |
_In_opt_ PVOID |
Parameter, |
|
|
_In_opt_ PVOID |
Context |
|
) |
| |