Process Hacker
options.c File Reference
#include "main.h"

Go to the source code of this file.

Macros

#define ITEM_CHECKED   (INDEXTOSTATEIMAGEMASK(2))
 
#define ITEM_UNCHECKED   (INDEXTOSTATEIMAGEMASK(1))
 

Functions

VOID LoadAdaptersList (_Inout_ PPH_LIST FilterList, _In_ PPH_STRING String)
 
VOID ShowOptionsDialog (_In_ HWND ParentHandle)
 

Macro Definition Documentation

#define ITEM_CHECKED   (INDEXTOSTATEIMAGEMASK(2))

Definition at line 25 of file options.c.

#define ITEM_UNCHECKED   (INDEXTOSTATEIMAGEMASK(1))

Definition at line 26 of file options.c.

Function Documentation

VOID LoadAdaptersList ( _Inout_ PPH_LIST  FilterList,
_In_ PPH_STRING  String 
)

Definition at line 71 of file options.c.

VOID ShowOptionsDialog ( _In_ HWND  ParentHandle)

Definition at line 323 of file options.c.