Process Hacker
iconext.c File Reference
#include "exttools.h"

Go to the source code of this file.

Macros

#define GPU_ICON_ID   1
 
#define DISK_ICON_ID   2
 
#define NETWORK_ICON_ID   3
 

Functions

VOID EtpGpuIconUpdateCallback (_In_ struct _PH_NF_ICON *Icon, _Out_ PVOID *NewIconOrBitmap, _Out_ PULONG Flags, _Out_ PPH_STRING *NewText, _In_opt_ PVOID Context)
 
BOOLEAN EtpGpuIconMessageCallback (_In_ struct _PH_NF_ICON *Icon, _In_ ULONG_PTR WParam, _In_ ULONG_PTR LParam, _In_opt_ PVOID Context)
 
VOID EtpDiskIconUpdateCallback (_In_ struct _PH_NF_ICON *Icon, _Out_ PVOID *NewIconOrBitmap, _Out_ PULONG Flags, _Out_ PPH_STRING *NewText, _In_opt_ PVOID Context)
 
BOOLEAN EtpDiskIconMessageCallback (_In_ struct _PH_NF_ICON *Icon, _In_ ULONG_PTR WParam, _In_ ULONG_PTR LParam, _In_opt_ PVOID Context)
 
VOID EtpNetworkIconUpdateCallback (_In_ struct _PH_NF_ICON *Icon, _Out_ PVOID *NewIconOrBitmap, _Out_ PULONG Flags, _Out_ PPH_STRING *NewText, _In_opt_ PVOID Context)
 
BOOLEAN EtpNetworkIconMessageCallback (_In_ struct _PH_NF_ICON *Icon, _In_ ULONG_PTR WParam, _In_ ULONG_PTR LParam, _In_opt_ PVOID Context)
 
VOID EtRegisterNotifyIcons (VOID)
 

Macro Definition Documentation

#define DISK_ICON_ID   2

Definition at line 26 of file iconext.c.

#define GPU_ICON_ID   1

Definition at line 25 of file iconext.c.

#define NETWORK_ICON_ID   3

Definition at line 27 of file iconext.c.

Function Documentation

BOOLEAN EtpDiskIconMessageCallback ( _In_ struct _PH_NF_ICON Icon,
_In_ ULONG_PTR  WParam,
_In_ ULONG_PTR  LParam,
_In_opt_ PVOID  Context 
)

Definition at line 324 of file iconext.c.

VOID EtpDiskIconUpdateCallback ( _In_ struct _PH_NF_ICON Icon,
_Out_ PVOID *  NewIconOrBitmap,
_Out_ PULONG  Flags,
_Out_ PPH_STRING NewText,
_In_opt_ PVOID  Context 
)

Definition at line 222 of file iconext.c.

BOOLEAN EtpGpuIconMessageCallback ( _In_ struct _PH_NF_ICON Icon,
_In_ ULONG_PTR  WParam,
_In_ ULONG_PTR  LParam,
_In_opt_ PVOID  Context 
)

Definition at line 201 of file iconext.c.

VOID EtpGpuIconUpdateCallback ( _In_ struct _PH_NF_ICON Icon,
_Out_ PVOID *  NewIconOrBitmap,
_Out_ PULONG  Flags,
_Out_ PPH_STRING NewText,
_In_opt_ PVOID  Context 
)

Definition at line 116 of file iconext.c.

BOOLEAN EtpNetworkIconMessageCallback ( _In_ struct _PH_NF_ICON Icon,
_In_ ULONG_PTR  WParam,
_In_ ULONG_PTR  LParam,
_In_opt_ PVOID  Context 
)

Definition at line 447 of file iconext.c.

VOID EtpNetworkIconUpdateCallback ( _In_ struct _PH_NF_ICON Icon,
_Out_ PVOID *  NewIconOrBitmap,
_Out_ PULONG  Flags,
_Out_ PPH_STRING NewText,
_In_opt_ PVOID  Context 
)

Definition at line 345 of file iconext.c.

VOID EtRegisterNotifyIcons ( VOID  )

Definition at line 74 of file iconext.c.