Process Hacker
etwmini.c File Reference
#include "exttools.h"
#include "resource.h"
#include "etwmini.h"

Go to the source code of this file.

Functions

VOID EtEtwMiniInformationInitializing (_In_ PPH_PLUGIN_MINIINFO_POINTERS Pointers)
 
BOOLEAN EtpDiskListSectionCallback (_In_ struct _PH_MINIINFO_LIST_SECTION *ListSection, _In_ PH_MINIINFO_LIST_SECTION_MESSAGE Message, _In_opt_ PVOID Parameter1, _In_opt_ PVOID Parameter2)
 
int __cdecl EtpDiskListSectionProcessCompareFunction (_In_ const void *elem1, _In_ const void *elem2)
 
int __cdecl EtpDiskListSectionNodeCompareFunction (_In_ const void *elem1, _In_ const void *elem2)
 
BOOLEAN EtpNetworkListSectionCallback (_In_ struct _PH_MINIINFO_LIST_SECTION *ListSection, _In_ PH_MINIINFO_LIST_SECTION_MESSAGE Message, _In_opt_ PVOID Parameter1, _In_opt_ PVOID Parameter2)
 
int __cdecl EtpNetworkListSectionProcessCompareFunction (_In_ const void *elem1, _In_ const void *elem2)
 
int __cdecl EtpNetworkListSectionNodeCompareFunction (_In_ const void *elem1, _In_ const void *elem2)
 

Function Documentation

VOID EtEtwMiniInformationInitializing ( _In_ PPH_PLUGIN_MINIINFO_POINTERS  Pointers)

Definition at line 27 of file etwmini.c.

BOOLEAN EtpDiskListSectionCallback ( _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 43 of file etwmini.c.

int __cdecl EtpDiskListSectionNodeCompareFunction ( _In_ const void *  elem1,
_In_ const void *  elem2 
)

Definition at line 144 of file etwmini.c.

int __cdecl EtpDiskListSectionProcessCompareFunction ( _In_ const void *  elem1,
_In_ const void *  elem2 
)

Definition at line 121 of file etwmini.c.

BOOLEAN EtpNetworkListSectionCallback ( _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 155 of file etwmini.c.

int __cdecl EtpNetworkListSectionNodeCompareFunction ( _In_ const void *  elem1,
_In_ const void *  elem2 
)

Definition at line 256 of file etwmini.c.

int __cdecl EtpNetworkListSectionProcessCompareFunction ( _In_ const void *  elem1,
_In_ const void *  elem2 
)

Definition at line 233 of file etwmini.c.