Process Hacker
affinity.c File Reference
#include <phapp.h>
#include <windowsx.h>

Go to the source code of this file.

Typedefs

typedef struct
_AFFINITY_DIALOG_CONTEXT 
AFFINITY_DIALOG_CONTEXT
 
typedef struct
_AFFINITY_DIALOG_CONTEXT * 
PAFFINITY_DIALOG_CONTEXT
 

Functions

INT_PTR CALLBACK PhpProcessAffinityDlgProc (_In_ HWND hwndDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam)
 
VOID PhShowProcessAffinityDialog (_In_ HWND ParentWindowHandle, _In_opt_ PPH_PROCESS_ITEM ProcessItem, _In_opt_ PPH_THREAD_ITEM ThreadItem)
 
BOOLEAN PhShowProcessAffinityDialog2 (_In_ HWND ParentWindowHandle, _In_ ULONG_PTR AffinityMask, _Out_ PULONG_PTR NewAffinityMask)
 

Typedef Documentation

typedef struct _AFFINITY_DIALOG_CONTEXT AFFINITY_DIALOG_CONTEXT
typedef struct _AFFINITY_DIALOG_CONTEXT * PAFFINITY_DIALOG_CONTEXT

Function Documentation

static INT_PTR CALLBACK PhpProcessAffinityDlgProc ( _In_ HWND  hwndDlg,
_In_ UINT  uMsg,
_In_ WPARAM  wParam,
_In_ LPARAM  lParam 
)

Definition at line 99 of file affinity.c.

VOID PhShowProcessAffinityDialog ( _In_ HWND  ParentWindowHandle,
_In_opt_ PPH_PROCESS_ITEM  ProcessItem,
_In_opt_ PPH_THREAD_ITEM  ThreadItem 
)

Definition at line 47 of file affinity.c.

BOOLEAN PhShowProcessAffinityDialog2 ( _In_ HWND  ParentWindowHandle,
_In_ ULONG_PTR  AffinityMask,
_Out_ PULONG_PTR  NewAffinityMask 
)

Definition at line 69 of file affinity.c.