Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
15
Src/Plugins/General/gen_crasher/configDlg.h
Normal file
15
Src/Plugins/General/gen_crasher/configDlg.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#pragma once
|
||||
#include <windows.h>
|
||||
|
||||
int SelectComboBoxItem(const HWND hwCombo, int data);
|
||||
BOOL OpenFolderDialog(HWND parent, LPWSTR pathBuffer);
|
||||
BOOL CALLBACK ConfigDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
void UpdateSendType(HWND hwndDlg, BOOL enabled);
|
||||
void UpdateSend(HWND hwndDlg, BOOL enabled);
|
||||
void UpdateCreateDmp(HWND hwndDlg, BOOL enabled);
|
||||
void UpdateCreateLog(HWND hwndDlg, BOOL enabled);
|
||||
void UpdateZip(HWND hwndDlg, BOOL enabled);
|
||||
|
||||
void CreatePathFromFullName(wchar_t **path, const wchar_t *fullname);
|
||||
const wchar_t* GetFileName(const wchar_t *fullname);
|
Loading…
Add table
Add a link
Reference in a new issue