Go to the source code of this file.
◆ GetServicesActivation()
Definition at line 30 of file srvpage.cpp.
31{
34 return dwServices;
35}
LONG RegGetDWORDValue(IN HKEY hKey, IN LPCWSTR lpSubKey OPTIONAL, IN LPCWSTR lpValue OPTIONAL, OUT LPDWORD lpData OPTIONAL)
#define HKEY_LOCAL_MACHINE
◆ ServicesPageWndProc()
Definition at line 22 of file srvpage.c.
23{
27
30
33
36
40
42
43
45
50
56
62
68
71 }
72
73 return 0;
74}
#define IDS_SERVICES_COLUMN_VENDOR
#define IDS_SERVICES_COLUMN_SERVICE
#define IDS_SERVICES_COLUMN_REQ
#define IDC_SERVICES_LIST
#define IDS_SERVICES_COLUMN_STATUS
#define UNREFERENCED_PARAMETER(P)
#define ListView_InsertColumn(hwnd, iCol, pcol)
#define LVS_EX_CHECKBOXES
#define LVS_EX_FULLROWSELECT
#define LVM_GETEXTENDEDLISTVIEWSTYLE
#define LVM_SETEXTENDEDLISTVIEWSTYLE
BOOL WINAPI SetWindowPos(_In_ HWND, _In_opt_ HWND, _In_ int, _In_ int, _In_ int, _In_ int, _In_ UINT)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
#define SWP_NOOWNERZORDER
Referenced by CreatePropSheet(), and OnCreate().