Go to the source code of this file.
Data Structures |
| struct | cce_user |
| struct | dll_option_layout |
Typedefs |
| typedef int(* | EnumChannelCB )(HANDLE, void *, WCHAR *, void *) |
Functions |
| BOOL | DebugChannelsAreSupported (void) |
| static int | list_channel_CB (HANDLE hProcess, void *addr, WCHAR *buffer, void *user) |
| static int | change_channel_CB (HANDLE hProcess, void *addr, WCHAR *buffer, void *pmt) |
| void * | get_symbol (HANDLE hProcess, const char *name, const char *lib) |
| static int | enum_channel (HANDLE hProcess, EnumChannelCB ce, void *user, unsigned unique) |
| static void | DebugChannels_FillList (HWND hChannelLV) |
| static void | DebugChannels_OnCreate (HWND hwndDlg) |
| static void | DebugChannels_OnNotify (HWND hDlg, LPARAM lParam) |
| static INT_PTR CALLBACK | DebugChannelsDlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| void | ProcessPage_OnDebugChannels (void) |