#include <phapp.h>
#include <settings.h>
#include <phplug.h>
Go to the source code of this file.
| #define IS_PLUGIN_LOADED |
( |
|
Plugin | ) |
(!!(Plugin)->AppContext.AppName.Buffer) |
| #define STR_OR_DEFAULT |
( |
|
String, |
|
|
|
Default |
|
) |
| ((String) ? (String) : (Default)) |
| PWSTR PhpGetPluginBaseName |
( |
_In_ PPH_PLUGIN |
Plugin | ) |
|
| PWSTR PhpGetPluginDisableButtonText |
( |
_In_ PWSTR |
BaseName | ) |
|
| BOOLEAN PhpIsPluginLoadedByBaseName |
( |
_In_ PPH_STRINGREF |
BaseName | ) |
|
| INT_PTR CALLBACK PhpPluginsDlgProc |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ UINT |
uMsg, |
|
|
_In_ WPARAM |
wParam, |
|
|
_In_ LPARAM |
lParam |
|
) |
| |
| VOID PhpRefreshPluginDetails |
( |
_In_ HWND |
hwndDlg | ) |
|
| VOID PhpUpdateDisabledPlugin |
( |
_In_ HWND |
hwndDlg, |
|
|
_In_ INT |
ItemIndex, |
|
|
_In_ PPH_PLUGIN |
Plugin, |
|
|
_In_ BOOLEAN |
NewDisabledState |
|
) |
| |
| VOID PhShowPluginsDialog |
( |
_In_ HWND |
ParentWindowHandle | ) |
|