代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/206867/15287063
h defdlgp.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_CHECKBOX 101
#define IDC_RADIO1 102
#define IDC_RADIO2 103
LRES
www.eeworm.com/read/206867/15287065
h show_keys.h
#define IDM_EXIT 100
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/206867/15287073
h list_dir.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_DIRECTORY 101
#define IDC_LIST 102
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM,
www.eeworm.com/read/206867/15287093
h dlgbox.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_EDIT1 101
#define IDC_EDIT2 102
LRESULT CALLBACK WndProc (HWND, UIN
www.eeworm.com/read/206867/15287131
h create_dialog.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_CHECKBOX 101
#define IDC_RADIO1 102
#define IDC_RADIO2 103
LRES
www.eeworm.com/read/206867/15287478
h crosshatch_box.h
#define IDM_EXIT 100
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/206867/15287504
h draw_2_boxes.h
#define IDM_EXIT 100
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/206867/15287550
h create_icon.h
#define IDM_EXIT 100
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/206861/15287874
fl migappgui.fl
# data file for the Fltk User Interface Designer (fluid)
version 1.0104
header_name {.h}
code_name {.cxx}
class migAppGUI {open : {public migAppBase}
} {
Function {migAppGUI()} {open
} {
www.eeworm.com/read/171026/5400161
h testdll.h
// TestDLL header file.
#ifdef TESTDLL_EXPORTS
#define TESTDLL_API __declspec(dllexport)
#else
#define TESTDLL_API __declspec(dllimport)
#endif
TESTDLL_API LRESULT CALLBACK HookProc(int nCode,