#include <phapp.h>
#include <secedit.h>
#include <settings.h>
Go to the source code of this file.
|
INT CALLBACK | PhpJobPropPageProc (_In_ HWND hwnd, _In_ UINT uMsg, _In_ LPPROPSHEETPAGE ppsp) |
|
INT_PTR CALLBACK | PhpJobPageProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
VOID | PhpShowJobAdvancedProperties (_In_ HWND ParentWindowHandle, _In_ PJOB_PAGE_CONTEXT Context) |
|
INT_PTR CALLBACK | PhpJobStatisticsPageProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
VOID | PhShowJobProperties (_In_ HWND ParentWindowHandle, _In_ PPH_OPEN_OBJECT OpenObject, _In_opt_ PVOID Context, _In_opt_ PWSTR Title) |
|
HPROPSHEETPAGE | PhCreateJobPage (_In_ PPH_OPEN_OBJECT OpenObject, _In_opt_ PVOID Context, _In_opt_ DLGPROC HookProc) |
|
FORCEINLINE PJOB_PAGE_CONTEXT | PhpJobPageHeader (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
|
HPROPSHEETPAGE PhCreateJobPage |
( |
_In_ PPH_OPEN_OBJECT |
OpenObject, |
|
|
_In_opt_ PVOID |
Context, |
|
|
_In_opt_ DLGPROC |
HookProc |
|
) |
| |
FORCEINLINE PJOB_PAGE_CONTEXT PhpJobPageHeader |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
INT_PTR CALLBACK PhpJobPageProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
INT CALLBACK PhpJobPropPageProc |
( |
_In_ HWND |
hwnd, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ LPPROPSHEETPAGE |
ppsp |
|
) |
| |
INT_PTR CALLBACK PhpJobStatisticsPageProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
VOID PhShowJobProperties |
( |
_In_ HWND |
ParentWindowHandle, |
|
|
_In_ PPH_OPEN_OBJECT |
OpenObject, |
|
|
_In_opt_ PVOID |
Context, |
|
|
_In_opt_ PWSTR |
Title |
|
) |
| |