| 
    Process Hacker
    
   | 
 
#include <procgrp.h>Go to the source code of this file.
Data Structures | |
| struct | _PH_MINIINFO_PARAMETERS | 
| struct | _PH_MINIINFO_CREATE_DIALOG | 
| struct | _PH_MINIINFO_SECTION | 
| struct | _PH_MINIINFO_LIST_SECTION_SORT_DATA | 
| struct | _PH_MINIINFO_LIST_SECTION_ASSIGN_SORT_DATA | 
| struct | _PH_MINIINFO_LIST_SECTION_SORT_LIST | 
| struct | _PH_MINIINFO_LIST_SECTION_GET_TITLE_TEXT | 
| struct | _PH_MINIINFO_LIST_SECTION_GET_USAGE_TEXT | 
| struct | _PH_MINIINFO_LIST_SECTION_MENU_INFORMATION | 
| struct | _PH_MINIINFO_LIST_SECTION | 
Macros | |
| #define | PH_MINIINFO_SECTION_NO_UPPER_MARGINS 0x1 | 
| #define | PH_MINIINFO_ACTIVATE_WINDOW 0x1 | 
| #define | PH_MINIINFO_LOAD_POSITION 0x2 | 
| #define | PH_MINIINFO_DONT_CHANGE_SECTION_IF_PINNED 0x4 | 
Functions | |
| VOID | PhPinMiniInformation (_In_ PH_MINIINFO_PIN_TYPE PinType, _In_ LONG PinCount, _In_opt_ ULONG PinDelayMs, _In_ ULONG Flags, _In_opt_ PWSTR SectionName, _In_opt_ PPOINT SourcePoint) | 
| #define PH_MINIINFO_ACTIVATE_WINDOW 0x1 | 
Definition at line 99 of file miniinfo.h.
| #define PH_MINIINFO_DONT_CHANGE_SECTION_IF_PINNED 0x4 | 
Definition at line 101 of file miniinfo.h.
| #define PH_MINIINFO_LOAD_POSITION 0x2 | 
Definition at line 100 of file miniinfo.h.
| #define PH_MINIINFO_SECTION_NO_UPPER_MARGINS 0x1 | 
Definition at line 58 of file miniinfo.h.
| typedef struct _PH_MINIINFO_CREATE_DIALOG PH_MINIINFO_CREATE_DIALOG | 
| typedef struct _PH_MINIINFO_LIST_SECTION PH_MINIINFO_LIST_SECTION | 
| typedef struct _PH_MINIINFO_PARAMETERS PH_MINIINFO_PARAMETERS | 
| typedef enum _PH_MINIINFO_PIN_TYPE PH_MINIINFO_PIN_TYPE | 
| typedef struct _PH_MINIINFO_SECTION PH_MINIINFO_SECTION | 
| typedef enum _PH_MINIINFO_SECTION_MESSAGE PH_MINIINFO_SECTION_MESSAGE | 
| typedef struct _PH_MINIINFO_CREATE_DIALOG * PPH_MINIINFO_CREATE_DIALOG | 
| typedef struct _PH_MINIINFO_LIST_SECTION * PPH_MINIINFO_LIST_SECTION | 
| typedef struct _PH_MINIINFO_LIST_SECTION_ASSIGN_SORT_DATA * PPH_MINIINFO_LIST_SECTION_ASSIGN_SORT_DATA | 
| typedef BOOLEAN(NTAPI * PPH_MINIINFO_LIST_SECTION_CALLBACK)(_In_ struct _PH_MINIINFO_LIST_SECTION *ListSection, _In_ PH_MINIINFO_LIST_SECTION_MESSAGE Message, _In_opt_ PVOID Parameter1, _In_opt_ PVOID Parameter2) | 
Definition at line 132 of file miniinfo.h.
| typedef struct _PH_MINIINFO_LIST_SECTION_MENU_INFORMATION * PPH_MINIINFO_LIST_SECTION_MENU_INFORMATION | 
| typedef struct _PH_MINIINFO_LIST_SECTION_SORT_DATA * PPH_MINIINFO_LIST_SECTION_SORT_DATA | 
| typedef struct _PH_MINIINFO_LIST_SECTION_SORT_LIST * PPH_MINIINFO_LIST_SECTION_SORT_LIST | 
| typedef struct _PH_MINIINFO_PARAMETERS * PPH_MINIINFO_PARAMETERS | 
| typedef struct _PH_MINIINFO_SECTION * PPH_MINIINFO_SECTION | 
| typedef BOOLEAN(NTAPI * PPH_MINIINFO_SECTION_CALLBACK)(_In_ struct _PH_MINIINFO_SECTION *Section, _In_ PH_MINIINFO_SECTION_MESSAGE Message, _In_opt_ PVOID Parameter1, _In_opt_ PVOID Parameter2) | 
Definition at line 40 of file miniinfo.h.
| typedef VOID(NTAPI * PPH_MINIINFO_SET_SECTION_TEXT)(_In_ struct _PH_MINIINFO_SECTION *Section, _In_opt_ PPH_STRING Text) | 
Definition at line 9 of file miniinfo.h.
Definition at line 115 of file miniinfo.h.
| MiniInfoManualPinType | |
| MiniInfoIconPinType | |
| MiniInfoActivePinType | |
| MiniInfoHoverPinType | |
| MiniInfoChildControlPinType | |
| MaxMiniInfoPinType | 
Definition at line 89 of file miniinfo.h.
Definition at line 29 of file miniinfo.h.
| VOID PhPinMiniInformation | ( | _In_ PH_MINIINFO_PIN_TYPE | PinType, | 
| _In_ LONG | PinCount, | ||
| _In_opt_ ULONG | PinDelayMs, | ||
| _In_ ULONG | Flags, | ||
| _In_opt_ PWSTR | SectionName, | ||
| _In_opt_ PPOINT | SourcePoint | ||
| ) | 
Definition at line 63 of file miniinfo.c.