Process Hacker
Main Page
Namespaces
Data Structures
Files
File List
Globals
settingsp.h
Go to the documentation of this file.
1
#ifndef PH_SETTINGSP_H
2
#define PH_SETTINGSP_H
3
4
#include <shlobj.h>
5
6
BOOLEAN NTAPI
PhpSettingsHashtableCompareFunction
(
7
_In_ PVOID Entry1,
8
_In_ PVOID Entry2
9
);
10
11
ULONG NTAPI
PhpSettingsHashtableHashFunction
(
12
_In_ PVOID Entry
13
);
14
15
VOID
PhpAddSetting
(
16
_In_
PH_SETTING_TYPE
Type,
17
_In_
PPH_STRINGREF
Name,
18
_In_
PPH_STRINGREF
DefaultValue
19
);
20
21
PPH_STRING
PhpSettingToString
(
22
_In_
PH_SETTING_TYPE
Type,
23
_In_
PPH_SETTING
Setting
24
);
25
26
BOOLEAN
PhpSettingFromString
(
27
_In_
PH_SETTING_TYPE
Type,
28
_In_
PPH_STRINGREF
StringRef,
29
_In_opt_
PPH_STRING
String,
30
_Inout_
PPH_SETTING
Setting
31
);
32
33
VOID
PhpFreeSettingValue
(
34
_In_
PH_SETTING_TYPE
Type,
35
_In_
PPH_SETTING
Setting
36
);
37
38
PVOID
PhpLookupSetting
(
39
_In_
PPH_STRINGREF
Name
40
);
41
42
#endif
ProcessHacker
include
settingsp.h
Generated by
1.8.2